diff options
Diffstat (limited to 'drivers/power/pmu_battery.c')
-rw-r--r-- | drivers/power/pmu_battery.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/pmu_battery.c b/drivers/power/pmu_battery.c index 2fea4af0e40a..60a8cf3a0431 100644 --- a/drivers/power/pmu_battery.c +++ b/drivers/power/pmu_battery.c | |||
@@ -203,8 +203,6 @@ static void __exit pmu_bat_exit(void) | |||
203 | } | 203 | } |
204 | power_supply_unregister(&pmu_ac); | 204 | power_supply_unregister(&pmu_ac); |
205 | platform_device_unregister(bat_pdev); | 205 | platform_device_unregister(bat_pdev); |
206 | |||
207 | return; | ||
208 | } | 206 | } |
209 | 207 | ||
210 | module_init(pmu_bat_init); | 208 | module_init(pmu_bat_init); |