diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/leds-qpnp-flash-v2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/leds-qpnp-flash-v2.h b/include/linux/leds-qpnp-flash-v2.h index 1ff8781d3837..428c0671b716 100644 --- a/include/linux/leds-qpnp-flash-v2.h +++ b/include/linux/leds-qpnp-flash-v2.h @@ -54,7 +54,8 @@ struct flash_switch_data { struct platform_device *pdev; struct led_classdev cdev; struct flash_regulator_data *reg_data; - u8 num_regulators; + int led_mask; + int num_regulators; bool regulator_on; }; |
