* [2.6 patch] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>
@ 2005-10-03 17:34 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-10-03 17:34 UTC (permalink / raw)
To: christer; +Cc: linux-kernel
Every file should #include the header files containing the prototypes of
it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.14-rc2-mm2-full/arch/i386/kernel/scx200.c.old 2005-10-02 02:16:57.000000000 +0200
+++ linux-2.6.14-rc2-mm2-full/arch/i386/kernel/scx200.c 2005-10-02 02:17:10.000000000 +0200
@@ -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))
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>
@ 2005-11-04 15:59 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-11-04 15:59 UTC (permalink / raw)
To: Andrew Morton; +Cc: christer, linux-kernel
Every file should #include the header files containing the prototypes of
it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 3 Oct 2005
--- linux-2.6.14-rc2-mm2-full/arch/i386/kernel/scx200.c.old 2005-10-02 02:16:57.000000000 +0200
+++ linux-2.6.14-rc2-mm2-full/arch/i386/kernel/scx200.c 2005-10-02 02:17:10.000000000 +0200
@@ -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))
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-04 16:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-03 17:34 [2.6 patch] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h> Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-11-04 15:59 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).