Change Details
| target/linux/atheros/patches-2.6.30/110-ar2313_ethernet.patch |
| 355 | 355 | + tasklet_kill(&sp->rx_tasklet); |
| 356 | 356 | +} |
| 357 | 357 | + |
| 358 | | +static int __exit ar231x_remove(struct platform_device *pdev) |
| 358 | +static int __devexit ar231x_remove(struct platform_device *pdev) |
| 359 | 359 | +{ |
| 360 | 360 | + struct net_device *dev = platform_get_drvdata(pdev); |
| 361 | 361 | + struct ar231x_private *sp = netdev_priv(dev); |
| ... | ... | |
| 392 | 392 | +static struct platform_driver ar231x_driver = { |
| 393 | 393 | + .driver.name = "ar231x-eth", |
| 394 | 394 | + .probe = ar231x_probe, |
| 395 | | + .remove = ar231x_remove, |
| 395 | + .remove = __devexit_p(ar231x_remove), |
| 396 | 396 | +}; |
| 397 | 397 | + |
| 398 | 398 | +int __init ar231x_module_init(void) |
| target/linux/atheros/patches-2.6.31/110-ar2313_ethernet.patch |
| 355 | 355 | + tasklet_kill(&sp->rx_tasklet); |
| 356 | 356 | +} |
| 357 | 357 | + |
| 358 | | +static int __exit ar231x_remove(struct platform_device *pdev) |
| 358 | +static int __devexit ar231x_remove(struct platform_device *pdev) |
| 359 | 359 | +{ |
| 360 | 360 | + struct net_device *dev = platform_get_drvdata(pdev); |
| 361 | 361 | + struct ar231x_private *sp = netdev_priv(dev); |
| ... | ... | |
| 392 | 392 | +static struct platform_driver ar231x_driver = { |
| 393 | 393 | + .driver.name = "ar231x-eth", |
| 394 | 394 | + .probe = ar231x_probe, |
| 395 | | + .remove = ar231x_remove, |
| 395 | + .remove = __devexit_p(ar231x_remove), |
| 396 | 396 | +}; |
| 397 | 397 | + |
| 398 | 398 | +int __init ar231x_module_init(void) |
| target/linux/atheros/patches-2.6.32/110-ar2313_ethernet.patch |
| 355 | 355 | + tasklet_kill(&sp->rx_tasklet); |
| 356 | 356 | +} |
| 357 | 357 | + |
| 358 | | +static int __exit ar231x_remove(struct platform_device *pdev) |
| 358 | +static int __devexit ar231x_remove(struct platform_device *pdev) |
| 359 | 359 | +{ |
| 360 | 360 | + struct net_device *dev = platform_get_drvdata(pdev); |
| 361 | 361 | + struct ar231x_private *sp = netdev_priv(dev); |
| ... | ... | |
| 392 | 392 | +static struct platform_driver ar231x_driver = { |
| 393 | 393 | + .driver.name = "ar231x-eth", |
| 394 | 394 | + .probe = ar231x_probe, |
| 395 | | + .remove = ar231x_remove, |
| 395 | + .remove = __devexit_p(ar231x_remove), |
| 396 | 396 | +}; |
| 397 | 397 | + |
| 398 | 398 | +int __init ar231x_module_init(void) |
| target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch |
| 355 | 355 | + tasklet_kill(&sp->rx_tasklet); |
| 356 | 356 | +} |
| 357 | 357 | + |
| 358 | | +static int __exit ar231x_remove(struct platform_device *pdev) |
| 358 | +static int __devexit ar231x_remove(struct platform_device *pdev) |
| 359 | 359 | +{ |
| 360 | 360 | + struct net_device *dev = platform_get_drvdata(pdev); |
| 361 | 361 | + struct ar231x_private *sp = netdev_priv(dev); |
| ... | ... | |
| 392 | 392 | +static struct platform_driver ar231x_driver = { |
| 393 | 393 | + .driver.name = "ar231x-eth", |
| 394 | 394 | + .probe = ar231x_probe, |
| 395 | | + .remove = ar231x_remove, |
| 395 | + .remove = __devexit_p(ar231x_remove), |
| 396 | 396 | +}; |
| 397 | 397 | + |
| 398 | 398 | +int __init ar231x_module_init(void) |
Download the corresponding diff file