summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt288x
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-03-27 19:19:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-03-27 19:19:57 +0000
commit37d6d88869c5df7d01ed0e960be1d8ef6cee6271 (patch)
treec0164c5ff10c818d1b12901c72a8bcccef5a157b /target/linux/ramips/files/arch/mips/ralink/rt288x
parent251a367fb416886ca8770766cb9ec6747fd000c5 (diff)
downloadmaster-31e0f0ae-37d6d88869c5df7d01ed0e960be1d8ef6cee6271.tar.gz
master-31e0f0ae-37d6d88869c5df7d01ed0e960be1d8ef6cee6271.tar.bz2
master-31e0f0ae-37d6d88869c5df7d01ed0e960be1d8ef6cee6271.zip
ramips: move GPIO definitions into a separate header file
SVN-Revision: 26325
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt288x/rt288x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/rt288x.c b/target/linux/ramips/files/arch/mips/ralink/rt288x/rt288x.c
index 467a637e46..c87a360294 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt288x/rt288x.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/rt288x.c
@@ -1,7 +1,7 @@
/*
* Ralink RT288x SoC specific setup
*
- * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
+ * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* Parts of this file are based on Ralink's 2.6.21 BSP
@@ -14,9 +14,9 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
-#include <linux/gpio.h>
#include <asm/mach-ralink/common.h>
+#include <asm/mach-ralink/ramips_gpio.h>
#include <asm/mach-ralink/rt288x.h>
#include <asm/mach-ralink/rt288x_regs.h>