diff options
Diffstat (limited to 'drivers/regulator/twl-regulator.c')
-rw-r--r-- | drivers/regulator/twl-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c index 7eb986a40746..eac854038c28 100644 --- a/drivers/regulator/twl-regulator.c +++ b/drivers/regulator/twl-regulator.c | |||
@@ -1255,7 +1255,7 @@ MODULE_ALIAS("platform:twl_reg"); | |||
1255 | 1255 | ||
1256 | static struct platform_driver twlreg_driver = { | 1256 | static struct platform_driver twlreg_driver = { |
1257 | .probe = twlreg_probe, | 1257 | .probe = twlreg_probe, |
1258 | .remove = __devexit_p(twlreg_remove), | 1258 | .remove = twlreg_remove, |
1259 | /* NOTE: short name, to work around driver model truncation of | 1259 | /* NOTE: short name, to work around driver model truncation of |
1260 | * "twl_regulator.12" (and friends) to "twl_regulator.1". | 1260 | * "twl_regulator.12" (and friends) to "twl_regulator.1". |
1261 | */ | 1261 | */ |