From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Shiyan Date: Sat, 29 Mar 2014 10:00:19 +0000 Subject: [PATCH 1/2] backlight: platform_lcd: Remove DT compatibility string Message-Id: <1396087220-1564-1-git-send-email-shc_work@mail.ru> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org Driver is written for using platform callback functions and it cannot be used without these functions, so having "platform-lcd" in the device tree do nothing. This patch removes DT compatibility string. Signed-off-by: Alexander Shiyan --- drivers/video/backlight/platform_lcd.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/drivers/video/backlight/platform_lcd.c b/drivers/video/backlight/platform_lcd.c index c3d2e20..4afc21f 100644 --- a/drivers/video/backlight/platform_lcd.c +++ b/drivers/video/backlight/platform_lcd.c @@ -16,8 +16,6 @@ #include #include #include -#include -#include #include