2
0
forked from Ivasoft/openwrt

drop GPIODEV platform code

SVN-Revision: 33825
This commit is contained in:
John Crispin
2012-10-17 21:53:37 +00:00
parent 788a5816ad
commit 6993e19532
19 changed files with 6 additions and 124 deletions

View File

@@ -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 */