aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-07 00:58:36 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 07:53:29 -0800
commit5cc6135af73ad0c7897d1d00ff361e510ac23ccb (patch)
tree8afa9cd89240226e1633c8082b12dd762a5705ca
parent[PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h> (diff)
downloadlinux-dev-5cc6135af73ad0c7897d1d00ff361e510ac23ccb.tar.xz
linux-dev-5cc6135af73ad0c7897d1d00ff361e510ac23ccb.zip
[PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>
Every file should #include the header files containing the prototypes of its global functions Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/i386/kernel/reboot_fixups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/kernel/reboot_fixups.c b/arch/i386/kernel/reboot_fixups.c
index 6f73c9ea4e3d..10e21a4773dd 100644
--- a/arch/i386/kernel/reboot_fixups.c
+++ b/arch/i386/kernel/reboot_fixups.c
@@ -10,6 +10,7 @@
#include <asm/delay.h>
#include <linux/pci.h>
+#include <linux/reboot_fixups.h>
static void cs5530a_warm_reset(struct pci_dev *dev)
{