projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1ed63
)
[PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>
author
Adrian Bunk
<bunk@stusta.de>
Mon, 7 Nov 2005 08:58:36 +0000
(
00:58
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:29 +0000
(07:53 -0800)
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>
arch/i386/kernel/reboot_fixups.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/reboot_fixups.c
b/arch/i386/kernel/reboot_fixups.c
index 6f73c9ea4e3de97657c60e98d4996b463bddc3cb..10e21a4773dd4e822a82d461c4d1ee17f3f7164d 100644
(file)
--- 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)
{