From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Date: Mon, 31 Mar 2014 07:40:42 +0000 Subject: Re: [PATCH 1/2] backlight: platform_lcd: Remove DT compatibility string Message-Id: <20140331074042.GK17779@lee--X1> List-Id: References: <1396087220-1564-1-git-send-email-shc_work@mail.ru> In-Reply-To: <1396087220-1564-1-git-send-email-shc_work@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable 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. >=20 > Signed-off-by: Alexander Shiyan > --- > drivers/video/backlight/platform_lcd.c | 11 ----------- > 1 file changed, 11 deletions(-) >=20 > diff --git a/drivers/video/backlight/platform_lcd.c b/drivers/video/backl= ight/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 > =20 > #include