aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/smartreflex.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/smartreflex.c')
-rw-r--r--arch/arm/mach-omap2/smartreflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c
index 7e755bb0ffc4..47c77a1d932a 100644
--- a/arch/arm/mach-omap2/smartreflex.c
+++ b/arch/arm/mach-omap2/smartreflex.c
@@ -1012,7 +1012,7 @@ static int __devexit omap_sr_remove(struct platform_device *pdev)
1012} 1012}
1013 1013
1014static struct platform_driver smartreflex_driver = { 1014static struct platform_driver smartreflex_driver = {
1015 .remove = omap_sr_remove, 1015 .remove = __devexit_p(omap_sr_remove),
1016 .driver = { 1016 .driver = {
1017 .name = "smartreflex", 1017 .name = "smartreflex",
1018 }, 1018 },