diff options
Diffstat (limited to 'drivers/pinctrl/spear/pinctrl-spear320.c')
-rw-r--r-- | drivers/pinctrl/spear/pinctrl-spear320.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/spear/pinctrl-spear320.c b/drivers/pinctrl/spear/pinctrl-spear320.c index c996e26e3b6c..e9a5e6d39242 100644 --- a/drivers/pinctrl/spear/pinctrl-spear320.c +++ b/drivers/pinctrl/spear/pinctrl-spear320.c | |||
@@ -3410,7 +3410,7 @@ static struct spear_function *spear320_functions[] = { | |||
3410 | &i2c2_function, | 3410 | &i2c2_function, |
3411 | }; | 3411 | }; |
3412 | 3412 | ||
3413 | static struct of_device_id spear320_pinctrl_of_match[] __devinitdata = { | 3413 | static struct of_device_id spear320_pinctrl_of_match[] = { |
3414 | { | 3414 | { |
3415 | .compatible = "st,spear320-pinmux", | 3415 | .compatible = "st,spear320-pinmux", |
3416 | }, | 3416 | }, |
@@ -3441,7 +3441,7 @@ static int __devinit spear320_pinctrl_probe(struct platform_device *pdev) | |||
3441 | return 0; | 3441 | return 0; |
3442 | } | 3442 | } |
3443 | 3443 | ||
3444 | static int __devexit spear320_pinctrl_remove(struct platform_device *pdev) | 3444 | static int spear320_pinctrl_remove(struct platform_device *pdev) |
3445 | { | 3445 | { |
3446 | return spear_pinctrl_remove(pdev); | 3446 | return spear_pinctrl_remove(pdev); |
3447 | } | 3447 | } |
@@ -3453,7 +3453,7 @@ static struct platform_driver spear320_pinctrl_driver = { | |||
3453 | .of_match_table = spear320_pinctrl_of_match, | 3453 | .of_match_table = spear320_pinctrl_of_match, |
3454 | }, | 3454 | }, |
3455 | .probe = spear320_pinctrl_probe, | 3455 | .probe = spear320_pinctrl_probe, |
3456 | .remove = __devexit_p(spear320_pinctrl_remove), | 3456 | .remove = spear320_pinctrl_remove, |
3457 | }; | 3457 | }; |
3458 | 3458 | ||
3459 | static int __init spear320_pinctrl_init(void) | 3459 | static int __init spear320_pinctrl_init(void) |