diff options
Diffstat (limited to 'drivers/dma/sa11x0-dma.c')
-rw-r--r-- | drivers/dma/sa11x0-dma.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/sa11x0-dma.c b/drivers/dma/sa11x0-dma.c index b893159c1ecb..2ad628df8223 100644 --- a/drivers/dma/sa11x0-dma.c +++ b/drivers/dma/sa11x0-dma.c | |||
@@ -826,7 +826,7 @@ static const struct sa11x0_dma_channel_desc chan_desc[] = { | |||
826 | CD(Ser4SSPRc, DDAR_RW), | 826 | CD(Ser4SSPRc, DDAR_RW), |
827 | }; | 827 | }; |
828 | 828 | ||
829 | static int __devinit sa11x0_dma_init_dmadev(struct dma_device *dmadev, | 829 | static int sa11x0_dma_init_dmadev(struct dma_device *dmadev, |
830 | struct device *dev) | 830 | struct device *dev) |
831 | { | 831 | { |
832 | unsigned i; | 832 | unsigned i; |
@@ -891,7 +891,7 @@ static void sa11x0_dma_free_channels(struct dma_device *dmadev) | |||
891 | } | 891 | } |
892 | } | 892 | } |
893 | 893 | ||
894 | static int __devinit sa11x0_dma_probe(struct platform_device *pdev) | 894 | static int sa11x0_dma_probe(struct platform_device *pdev) |
895 | { | 895 | { |
896 | struct sa11x0_dma_dev *d; | 896 | struct sa11x0_dma_dev *d; |
897 | struct resource *res; | 897 | struct resource *res; |
@@ -1072,7 +1072,7 @@ static struct platform_driver sa11x0_dma_driver = { | |||
1072 | .pm = &sa11x0_dma_pm_ops, | 1072 | .pm = &sa11x0_dma_pm_ops, |
1073 | }, | 1073 | }, |
1074 | .probe = sa11x0_dma_probe, | 1074 | .probe = sa11x0_dma_probe, |
1075 | .remove = __devexit_p(sa11x0_dma_remove), | 1075 | .remove = sa11x0_dma_remove, |
1076 | }; | 1076 | }; |
1077 | 1077 | ||
1078 | bool sa11x0_dma_filter_fn(struct dma_chan *chan, void *param) | 1078 | bool sa11x0_dma_filter_fn(struct dma_chan *chan, void *param) |