aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/gt64120/wrppmc/pci.c
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-10-10 00:28:26 +0900
committerRalf Baechle <ralf@linux-mips.org>2007-10-11 23:46:18 +0100
commit4b92fe2309c762d9ba9201a16f20d6d167e641b3 (patch)
tree465e4a45626b8bd023c9d335f94b55156093a210 /arch/mips/gt64120/wrppmc/pci.c
parentdec8b1ca990055f3a8954ac3bc98fdb785af52e4 (diff)
[MIPS] cleanup WRPPMC include files
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/gt64120/wrppmc/pci.c')
-rw-r--r--arch/mips/gt64120/wrppmc/pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/gt64120/wrppmc/pci.c b/arch/mips/gt64120/wrppmc/pci.c
index 0d5289bc180..d06192faeb7 100644
--- a/arch/mips/gt64120/wrppmc/pci.c
+++ b/arch/mips/gt64120/wrppmc/pci.c
@@ -8,9 +8,10 @@
* for more details.
*/
#include <linux/init.h>
+#include <linux/ioport.h>
#include <linux/types.h>
#include <linux/pci.h>
-#include <linux/kernel.h>
+
#include <asm/gt64120.h>
extern struct pci_ops gt64xxx_pci0_ops;