diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/twl6030.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/twl6030.h b/include/twl6030.h index a17a9b5f9e..04295c92c5 100644 --- a/include/twl6030.h +++ b/include/twl6030.h @@ -185,6 +185,6 @@ void twl6030_start_usb_charging(void); void twl6030_stop_usb_charging(void); int twl6030_get_battery_voltage(void); int twl6030_get_battery_current(void); -void twl6030_power_mmc_init(void); +void twl6030_power_mmc_init(int dev_index); #endif /* TWL6030_H */ |