dma: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Barry Song <baohua.song@csr.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
7eeb741895
commit
a7d6e3ec28
@@ -1418,7 +1418,7 @@ static struct platform_driver tegra_dmac_driver = {
|
||||
.of_match_table = of_match_ptr(tegra_dma_of_match),
|
||||
},
|
||||
.probe = tegra_dma_probe,
|
||||
.remove = __devexit_p(tegra_dma_remove),
|
||||
.remove = tegra_dma_remove,
|
||||
};
|
||||
|
||||
module_platform_driver(tegra_dmac_driver);
|
||||
|
Reference in New Issue
Block a user