diff options
Diffstat (limited to 'drivers/dma/ppc4xx/adma.c')
-rw-r--r-- | drivers/dma/ppc4xx/adma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/ppc4xx/adma.c b/drivers/dma/ppc4xx/adma.c index f72348d0bc41..b94afc339e7f 100644 --- a/drivers/dma/ppc4xx/adma.c +++ b/drivers/dma/ppc4xx/adma.c | |||
@@ -4361,7 +4361,7 @@ static void ppc440spe_adma_release_irqs(struct ppc440spe_adma_device *adev, | |||
4361 | /** | 4361 | /** |
4362 | * ppc440spe_adma_probe - probe the asynch device | 4362 | * ppc440spe_adma_probe - probe the asynch device |
4363 | */ | 4363 | */ |
4364 | static int __devinit ppc440spe_adma_probe(struct platform_device *ofdev) | 4364 | static int ppc440spe_adma_probe(struct platform_device *ofdev) |
4365 | { | 4365 | { |
4366 | struct device_node *np = ofdev->dev.of_node; | 4366 | struct device_node *np = ofdev->dev.of_node; |
4367 | struct resource res; | 4367 | struct resource res; |
@@ -4914,7 +4914,7 @@ MODULE_DEVICE_TABLE(of, ppc440spe_adma_of_match); | |||
4914 | 4914 | ||
4915 | static struct platform_driver ppc440spe_adma_driver = { | 4915 | static struct platform_driver ppc440spe_adma_driver = { |
4916 | .probe = ppc440spe_adma_probe, | 4916 | .probe = ppc440spe_adma_probe, |
4917 | .remove = __devexit_p(ppc440spe_adma_remove), | 4917 | .remove = ppc440spe_adma_remove, |
4918 | .driver = { | 4918 | .driver = { |
4919 | .name = "PPC440SP(E)-ADMA", | 4919 | .name = "PPC440SP(E)-ADMA", |
4920 | .owner = THIS_MODULE, | 4920 | .owner = THIS_MODULE, |