summaryrefslogtreecommitdiffstats
path: root/include/xen/events.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-17 00:35:06 +0200
committerTony Lindgren <tony@atomide.com>2012-09-17 00:35:06 +0200
commit6bfc82ff589a00e5fbc12b958c649d703d273c86 (patch)
tree9326c7213d5ccee556bff1831e8f88681a27e57c /include/xen/events.h
parentarm/dts: Mux uart pins for omap4-sdp (diff)
parentARM: OMAP1: Move SoC specific headers from plat to mach for omap1 (diff)
downloadlinux-6bfc82ff589a00e5fbc12b958c649d703d273c86.tar.xz
linux-6bfc82ff589a00e5fbc12b958c649d703d273c86.zip
Merge tag 'omap-cleanup-sparseirq-for-v3.7' into devel-dt
This branch contains changes needed to make omap2+ work properly with sparse IRQ. It also removes dependencies to mach/hardware.h. These help moving things towards ARM single zImage support. This branch is based on a commit in tty-next branch with omap-devel-gpmc-fixed-for-v3.7 and cleanup-omap-tags-for-v3.7 merged in to keep things compiling and sort out some merge conflicts. Conflicts: arch/arm/mach-omap2/omap4-common.c drivers/gpio/gpio-twl4030.c
Diffstat (limited to 'include/xen/events.h')
-rw-r--r--include/xen/events.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xen/events.h b/include/xen/events.h
index 9c641deb65d2..04399b28e821 100644
--- a/include/xen/events.h
+++ b/include/xen/events.h
@@ -58,8 +58,6 @@ void notify_remote_via_irq(int irq);
void xen_irq_resume(void);
-void xen_hvm_prepare_kexec(struct shared_info *sip, unsigned long pfn);
-
/* Clear an irq's pending state, in preparation for polling on it */
void xen_clear_irq_pending(int irq);
void xen_set_irq_pending(int irq);