From ab98727d68aca01b27a6d9ef8fecb140867df6e2 Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 17 Sep 2013 21:46:10 +0000 Subject: lantiq: add v3.10 patches Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38031 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/lantiq/ltq-hcd/src/ifxusb_driver.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/kernel/lantiq/ltq-hcd/src/ifxusb_driver.c') diff --git a/package/kernel/lantiq/ltq-hcd/src/ifxusb_driver.c b/package/kernel/lantiq/ltq-hcd/src/ifxusb_driver.c index 04346b972f..97f282db6c 100644 --- a/package/kernel/lantiq/ltq-hcd/src/ifxusb_driver.c +++ b/package/kernel/lantiq/ltq-hcd/src/ifxusb_driver.c @@ -288,11 +288,11 @@ static int ifxusb_driver_remove(struct platform_device *_pdev) ifxusb_core_if_remove_d(&ifxusb_pcd.core_if ); #endif /* Remove the device attributes */ - #ifdef __IS_HOST__ +/* #ifdef __IS_HOST__ ifxusb_attr_remove_h(&_pdev->dev); #else ifxusb_attr_remove_d(&_pdev->dev); - #endif + #endif*/ return 0; } @@ -462,11 +462,11 @@ static int ifxusb_driver_probe(struct platform_device *_pdev) goto ifxusb_driver_probe_fail; #endif - #ifdef __IS_HOST__ +/* #ifdef __IS_HOST__ ifxusb_attr_create_h(&_pdev->dev); #else ifxusb_attr_create_d(&_pdev->dev); - #endif + #endif*/ gpio_count = of_gpio_count(np); while (gpio_count) { -- cgit v1.2.3