diff options
Diffstat (limited to 'drivers/hid/hid-wiimote.h')
-rw-r--r-- | drivers/hid/hid-wiimote.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-wiimote.h b/drivers/hid/hid-wiimote.h index 10934aa129fb..875694d43e4d 100644 --- a/drivers/hid/hid-wiimote.h +++ b/drivers/hid/hid-wiimote.h | |||
@@ -147,7 +147,8 @@ struct wiimote_data { | |||
147 | struct led_classdev *leds[4]; | 147 | struct led_classdev *leds[4]; |
148 | struct input_dev *accel; | 148 | struct input_dev *accel; |
149 | struct input_dev *ir; | 149 | struct input_dev *ir; |
150 | struct power_supply battery; | 150 | struct power_supply *battery; |
151 | struct power_supply_desc battery_desc; | ||
151 | struct input_dev *mp; | 152 | struct input_dev *mp; |
152 | struct timer_list timer; | 153 | struct timer_list timer; |
153 | struct wiimote_debug *debug; | 154 | struct wiimote_debug *debug; |