From b4260e22f397fe98612083d43bb52633bd4b5702 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 17 Oct 2012 21:53:37 +0000 Subject: drop GPIODEV platform code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33825 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/cns3xxx/patches-3.3') diff --git a/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch b/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch index ee2a60434..dc9ca485f 100644 --- a/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch +++ b/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/arch/arm/mach-cns3xxx/laguna.c -@@ -0,0 +1,936 @@ +@@ -0,0 +1,931 @@ +/* + * Gateworks Corporation Laguna Platform + * @@ -585,10 +585,6 @@ +/* + * GPIO + */ -+static struct platform_device laguna_gpio_dev = { -+ .name = "GPIODEV", -+ .id = -1, -+}; + +static struct gpio laguna_gpio_gw2391[] = { + { 0, GPIOF_IN , "*GPS_PPS" }, @@ -919,7 +915,6 @@ + laguna_gpio_leds_data.num_leds = 2; + } + platform_device_register(&laguna_gpio_leds_device); -+ platform_device_register(&laguna_gpio_dev); + } else { + // Do some defaults here, not sure what yet + } -- cgit v1.2.3