diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 00:58:36 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 07:53:29 -0800 |
commit | 5cc6135af73ad0c7897d1d00ff361e510ac23ccb (patch) | |
tree | 8afa9cd89240226e1633c8082b12dd762a5705ca | |
parent | 8d1ed6366b9f3cb54eb5aef5dae79b39b8d5ce43 (diff) |
[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.c | 1 |
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) { |