projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc6135
)
[PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>
author
Adrian Bunk
<bunk@stusta.de>
Mon, 7 Nov 2005 08:58:37 +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/scx200.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/scx200.c
b/arch/i386/kernel/scx200.c
index 69e203a0d330ea8de05182f38bb53e5681fabfcb..9c968ae67c43dd1d4c008db3f37c8bc64a9f802d 100644
(file)
--- a/
arch/i386/kernel/scx200.c
+++ b/
arch/i386/kernel/scx200.c
@@
-12,6
+12,7
@@
#include <linux/pci.h>
#include <linux/scx200.h>
+#include <linux/scx200_gpio.h>
/* Verify that the configuration block really is there */
#define scx200_cb_probe(base) (inw((base) + SCx200_CBA) == (base))