diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:11 +0000 |
commit | bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd (patch) | |
tree | eae1d95d33d77f54dac27149e793edfe38c6ef57 /target/linux/lantiq/patches-2.6.39/140-falcon-easy98000-cpld-led.patch | |
parent | 3142770104aace7fdf988a21e884fd2d1a03f071 (diff) | |
download | upstream-bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd.tar.gz upstream-bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd.tar.bz2 upstream-bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd.zip |
update lantiq/falcon patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-2.6.39/140-falcon-easy98000-cpld-led.patch')
-rw-r--r-- | target/linux/lantiq/patches-2.6.39/140-falcon-easy98000-cpld-led.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches-2.6.39/140-falcon-easy98000-cpld-led.patch b/target/linux/lantiq/patches-2.6.39/140-falcon-easy98000-cpld-led.patch index f623b2e079..c93c3e779d 100644 --- a/target/linux/lantiq/patches-2.6.39/140-falcon-easy98000-cpld-led.patch +++ b/target/linux/lantiq/patches-2.6.39/140-falcon-easy98000-cpld-led.patch @@ -1,8 +1,8 @@ --- a/arch/mips/lantiq/falcon/Makefile +++ b/arch/mips/lantiq/falcon/Makefile -@@ -1,3 +1,4 @@ - obj-y := clk-falcon.o devices.o gpio.o prom.o sysctrl.o reset.o +@@ -2,3 +2,4 @@ obj-y := clk-falcon.o devices.o gpio.o p obj-y += softdog_vpe.o + obj-$(CONFIG_LANTIQ_MACH_EASY98000) += addon-easy98000.o obj-$(CONFIG_LANTIQ_MACH_EASY98000) += mach-easy98000.o +obj-$(CONFIG_LANTIQ_MACH_EASY98000) += dev-leds-easy98000-cpld.o --- /dev/null @@ -141,7 +141,7 @@ + +static struct platform_driver led_driver = { + .probe = led_probe, -+ .remove = led_remove, ++ .remove = __devexit_p(led_remove), + .driver = { + .name = LED_NAME, + .owner = THIS_MODULE, |