diff options
Diffstat (limited to 'drivers/pinctrl/pinctrl-u300.c')
-rw-r--r-- | drivers/pinctrl/pinctrl-u300.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pinctrl-u300.c index b84de03ed54d..8c039ad22baf 100644 --- a/drivers/pinctrl/pinctrl-u300.c +++ b/drivers/pinctrl/pinctrl-u300.c | |||
@@ -1095,7 +1095,7 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev) | |||
1095 | return 0; | 1095 | return 0; |
1096 | } | 1096 | } |
1097 | 1097 | ||
1098 | static int __devexit u300_pmx_remove(struct platform_device *pdev) | 1098 | static int u300_pmx_remove(struct platform_device *pdev) |
1099 | { | 1099 | { |
1100 | struct u300_pmx *upmx = platform_get_drvdata(pdev); | 1100 | struct u300_pmx *upmx = platform_get_drvdata(pdev); |
1101 | 1101 | ||
@@ -1111,7 +1111,7 @@ static struct platform_driver u300_pmx_driver = { | |||
1111 | .owner = THIS_MODULE, | 1111 | .owner = THIS_MODULE, |
1112 | }, | 1112 | }, |
1113 | .probe = u300_pmx_probe, | 1113 | .probe = u300_pmx_probe, |
1114 | .remove = __devexit_p(u300_pmx_remove), | 1114 | .remove = u300_pmx_remove, |
1115 | }; | 1115 | }; |
1116 | 1116 | ||
1117 | static int __init u300_pmx_init(void) | 1117 | static int __init u300_pmx_init(void) |