projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2eea68
)
arch/i386/xen/events.c should #include <asm/xen/hypervisor.h>
author
Adrian Bunk
<bunk@stusta.de>
Fri, 20 Jul 2007 07:31:44 +0000
(
00:31
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 20 Jul 2007 15:44:19 +0000
(08:44 -0700)
Every file should include the headers containing the prototypes for
its global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/xen/events.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/xen/events.c
b/arch/i386/xen/events.c
index 8904acc20f8cd14437b2794f5e13e840640c4bd7..da1b173547a112d9fcf1d3dcc86d2bfd67b5c5ff 100644
(file)
--- a/
arch/i386/xen/events.c
+++ b/
arch/i386/xen/events.c
@@
-31,6
+31,7
@@
#include <asm/irq.h>
#include <asm/sync_bitops.h>
#include <asm/xen/hypercall.h>
+#include <asm/xen/hypervisor.h>
#include <xen/events.h>
#include <xen/interface/xen.h>