[2.6 patch] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>

From: Adrian Bunk
Date: Fri Nov 04 2005 - 11:00:15 EST


Every file should #include the header files containing the prototypes of
it's global functions


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

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))

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/