diff options
Diffstat (limited to 'drivers/regulator/pcap-regulator.c')
-rw-r--r-- | drivers/regulator/pcap-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pcap-regulator.c b/drivers/regulator/pcap-regulator.c index 68777acc099f..1f349bfd6717 100644 --- a/drivers/regulator/pcap-regulator.c +++ b/drivers/regulator/pcap-regulator.c | |||
@@ -271,7 +271,7 @@ static struct platform_driver pcap_regulator_driver = { | |||
271 | .owner = THIS_MODULE, | 271 | .owner = THIS_MODULE, |
272 | }, | 272 | }, |
273 | .probe = pcap_regulator_probe, | 273 | .probe = pcap_regulator_probe, |
274 | .remove = __devexit_p(pcap_regulator_remove), | 274 | .remove = pcap_regulator_remove, |
275 | }; | 275 | }; |
276 | 276 | ||
277 | static int __init pcap_regulator_init(void) | 277 | static int __init pcap_regulator_init(void) |