From 5b4c3e80989e9a91b11d70cfa899966416fa0bd8 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 10 Mar 2013 20:26:28 +0000 Subject: xburst: fix compilation: remove the __dev attributes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35946 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/xburst/patches-3.8/0002-Add-jz4740-udc-driver.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/xburst/patches-3.8/0002-Add-jz4740-udc-driver.patch') diff --git a/target/linux/xburst/patches-3.8/0002-Add-jz4740-udc-driver.patch b/target/linux/xburst/patches-3.8/0002-Add-jz4740-udc-driver.patch index 8896d62b8a..05a433a7cb 100644 --- a/target/linux/xburst/patches-3.8/0002-Add-jz4740-udc-driver.patch +++ b/target/linux/xburst/patches-3.8/0002-Add-jz4740-udc-driver.patch @@ -2096,7 +2096,7 @@ History: + }, +}; + -+static int __devinit jz4740_udc_probe(struct platform_device *pdev) ++static int jz4740_udc_probe(struct platform_device *pdev) +{ + struct jz4740_udc *jz4740_udc = &jz4740_udc_controller; + int ret; @@ -2179,7 +2179,7 @@ History: + return ret; +} + -+static int __devexit jz4740_udc_remove(struct platform_device *pdev) ++static int jz4740_udc_remove(struct platform_device *pdev) +{ + struct jz4740_udc *dev = platform_get_drvdata(pdev); + @@ -2231,7 +2231,7 @@ History: + +static struct platform_driver udc_driver = { + .probe = jz4740_udc_probe, -+ .remove = __devexit_p(jz4740_udc_remove), ++ .remove = jz4740_udc_remove, + .driver = { + .name = "jz-udc", + .owner = THIS_MODULE, -- cgit v1.2.3