diff options
Diffstat (limited to 'target/linux/atheros/patches-2.6.31/110-ar2313_ethernet.patch')
| -rw-r--r-- | target/linux/atheros/patches-2.6.31/110-ar2313_ethernet.patch | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-2.6.31/110-ar2313_ethernet.patch b/target/linux/atheros/patches-2.6.31/110-ar2313_ethernet.patch index e003e6b0d..b47ccc4ba 100644 --- a/target/linux/atheros/patches-2.6.31/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-2.6.31/110-ar2313_ethernet.patch @@ -355,7 +355,7 @@  +	tasklet_kill(&sp->rx_tasklet);  +}  + -+static int __exit ar231x_remove(struct platform_device *pdev) ++static int __devexit ar231x_remove(struct platform_device *pdev)  +{  +	struct net_device *dev = platform_get_drvdata(pdev);  +	struct ar231x_private *sp = netdev_priv(dev); @@ -392,7 +392,7 @@  +static struct platform_driver ar231x_driver = {  +	.driver.name = "ar231x-eth",  +	.probe = ar231x_probe, -+	.remove = ar231x_remove, ++	.remove = __devexit_p(ar231x_remove),  +};  +  +int __init ar231x_module_init(void)  | 
