From: Kim, Milo Date: Mon, 29 Apr 2013 23:18:05 +0000 (-0700) Subject: backlight: lp855x: remove duplicate platform data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~123^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c365e59d47b75c5f288f7e63d95dc0c9abcfe516;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed