Эх сурвалжийг харах

[PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.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>
Adrian Bunk 19 жил өмнө
parent
commit
cc658cfe3c

+ 1 - 0
arch/i386/kernel/scx200.c

@@ -12,6 +12,7 @@
 #include <linux/pci.h>
 #include <linux/pci.h>
 
 
 #include <linux/scx200.h>
 #include <linux/scx200.h>
+#include <linux/scx200_gpio.h>
 
 
 /* Verify that the configuration block really is there */
 /* Verify that the configuration block really is there */
 #define scx200_cb_probe(base) (inw((base) + SCx200_CBA) == (base))
 #define scx200_cb_probe(base) (inw((base) + SCx200_CBA) == (base))