diff options
Diffstat (limited to 'drivers/power/bq27x00_battery.c')
-rw-r--r-- | drivers/power/bq27x00_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 8faeb40cf78f..a256a4c05dc6 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c | |||
@@ -926,7 +926,7 @@ static int bq27000_read_platform(struct bq27x00_device_info *di, u8 reg, | |||
926 | return pdata->read(dev, reg); | 926 | return pdata->read(dev, reg); |
927 | } | 927 | } |
928 | 928 | ||
929 | static int __devinit bq27000_battery_probe(struct platform_device *pdev) | 929 | static int bq27000_battery_probe(struct platform_device *pdev) |
930 | { | 930 | { |
931 | struct bq27x00_device_info *di; | 931 | struct bq27x00_device_info *di; |
932 | struct bq27000_platform_data *pdata = pdev->dev.platform_data; | 932 | struct bq27000_platform_data *pdata = pdev->dev.platform_data; |