forked from Ivasoft/openwrt
drop GPIODEV platform code
SVN-Revision: 33825
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user