diff options
author | John Crispin <john@openwrt.org> | 2012-10-17 21:53:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-10-17 21:53:37 +0000 |
commit | 6993e195328353fe02c525ded684f134edc6e81a (patch) | |
tree | cb72e566dacb3d5d160082ac930afc00546f4230 /target/linux/lantiq/files/arch | |
parent | 788a5816ad218c8401db3eccf459e8c55df35458 (diff) | |
download | upstream-6993e195328353fe02c525ded684f134edc6e81a.tar.gz upstream-6993e195328353fe02c525ded684f134edc6e81a.tar.bz2 upstream-6993e195328353fe02c525ded684f134edc6e81a.zip |
drop GPIODEV platform code
SVN-Revision: 33825
Diffstat (limited to 'target/linux/lantiq/files/arch')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/lantiq/svip/devices.c | 5 |
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(<q_gpio); - platform_device_register(<q_gpiodev); } /* MUX */ |