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 b94afc339e7f..5d3d95569a1e 100644 --- a/drivers/dma/ppc4xx/adma.c +++ b/drivers/dma/ppc4xx/adma.c | |||
@@ -4592,7 +4592,7 @@ out: | |||
4592 | /** | 4592 | /** |
4593 | * ppc440spe_adma_remove - remove the asynch device | 4593 | * ppc440spe_adma_remove - remove the asynch device |
4594 | */ | 4594 | */ |
4595 | static int __devexit ppc440spe_adma_remove(struct platform_device *ofdev) | 4595 | static int ppc440spe_adma_remove(struct platform_device *ofdev) |
4596 | { | 4596 | { |
4597 | struct ppc440spe_adma_device *adev = dev_get_drvdata(&ofdev->dev); | 4597 | struct ppc440spe_adma_device *adev = dev_get_drvdata(&ofdev->dev); |
4598 | struct device_node *np = ofdev->dev.of_node; | 4598 | struct device_node *np = ofdev->dev.of_node; |
@@ -4905,7 +4905,7 @@ out_free: | |||
4905 | return ret; | 4905 | return ret; |
4906 | } | 4906 | } |
4907 | 4907 | ||
4908 | static const struct of_device_id ppc440spe_adma_of_match[] __devinitconst = { | 4908 | static const struct of_device_id ppc440spe_adma_of_match[] = { |
4909 | { .compatible = "ibm,dma-440spe", }, | 4909 | { .compatible = "ibm,dma-440spe", }, |
4910 | { .compatible = "amcc,xor-accelerator", }, | 4910 | { .compatible = "amcc,xor-accelerator", }, |
4911 | {}, | 4911 | {}, |