summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-10-17 21:53:37 +0000
committerJohn Crispin <john@openwrt.org>2012-10-17 21:53:37 +0000
commit6993e195328353fe02c525ded684f134edc6e81a (patch)
treecb72e566dacb3d5d160082ac930afc00546f4230 /target/linux/lantiq
parent788a5816ad218c8401db3eccf459e8c55df35458 (diff)
downloadmaster-31e0f0ae-6993e195328353fe02c525ded684f134edc6e81a.tar.gz
master-31e0f0ae-6993e195328353fe02c525ded684f134edc6e81a.tar.bz2
master-31e0f0ae-6993e195328353fe02c525ded684f134edc6e81a.zip
drop GPIODEV platform code
SVN-Revision: 33825
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/files/arch/mips/lantiq/svip/devices.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/lantiq/files/arch/mips/lantiq/svip/devices.c b/target/linux/lantiq/files/arch/mips/lantiq/svip/devices.c
index f1471169e5..735b9419f7 100644
--- a/target/linux/lantiq/files/arch/mips/lantiq/svip/devices.c
+++ b/target/linux/lantiq/files/arch/mips/lantiq/svip/devices.c
@@ -173,14 +173,9 @@ static struct platform_device ltq_gpio = {
.name = "ifxmips_gpio",
};
-static struct platform_device ltq_gpiodev = {
- .name = "GPIODEV",
-};
-
void __init svip_register_gpio(void)
{
platform_device_register(&ltq_gpio);
- platform_device_register(&ltq_gpiodev);
}
/* MUX */