backlight: lp855x: remove duplicate platform data
The 'load_new_rom_data' was used for checking whether new ROM data should be updated or not. However, we can decide it with 'size_program' data. If the size is greater than 0, it means updating ROM area is required. Otherwise, the default ROM data will be used. Therefore, this duplicate platform data can be removed. 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>
Showing
- Documentation/backlight/lp855x-driver.txt 0 additions, 4 deletionsDocumentation/backlight/lp855x-driver.txt
- drivers/video/backlight/lp855x_bl.c 1 addition, 1 deletiondrivers/video/backlight/lp855x_bl.c
- include/linux/platform_data/lp855x.h 0 additions, 4 deletionsinclude/linux/platform_data/lp855x.h
Loading
Please register or sign in to comment