diff options
author | Kim, Milo <Milo.Kim@ti.com> | 2013-04-29 19:18:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-29 21:28:18 -0400 |
commit | 600ffd33d09e3803d81607d3404a8cad709160e4 (patch) | |
tree | 123ac4b96e5447b669fc3783e2cca5351919f23c /include | |
parent | eb39ad2558c75b43ea21a2578088ab8d63a79d92 (diff) |
backlight: lp855x: convert a type of device name
Configurable data, backlight device name is set to constant character type.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/lp855x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/lp855x.h b/include/linux/platform_data/lp855x.h index 20ee8b221dbd..d135939d392a 100644 --- a/include/linux/platform_data/lp855x.h +++ b/include/linux/platform_data/lp855x.h | |||
@@ -128,7 +128,7 @@ struct lp855x_rom_data { | |||
128 | * @rom_data : list of new eeprom/eprom registers | 128 | * @rom_data : list of new eeprom/eprom registers |
129 | */ | 129 | */ |
130 | struct lp855x_platform_data { | 130 | struct lp855x_platform_data { |
131 | char *name; | 131 | const char *name; |
132 | enum lp855x_brightness_ctrl_mode mode; | 132 | enum lp855x_brightness_ctrl_mode mode; |
133 | u8 device_control; | 133 | u8 device_control; |
134 | int initial_brightness; | 134 | int initial_brightness; |