From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Tue, 01 Oct 2019 13:06:27 +0000 Subject: Re: [PATCH v4 1/7] backlight: gpio: remove unneeded include Message-Id: <20191001130627.GO32742@smile.fi.intel.com> List-Id: References: <20191001125837.4472-1-brgl@bgdev.pl> <20191001125837.4472-2-brgl@bgdev.pl> In-Reply-To: <20191001125837.4472-2-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bartosz Golaszewski Cc: Yoshinori Sato , Rich Felker , Lee Jones , Daniel Thompson , Jingoo Han , Bartlomiej Zolnierkiewicz , Linus Walleij , Jacopo Mondi , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, Bartosz Golaszewski On Tue, Oct 01, 2019 at 02:58:31PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > Reviewed-by: Andy Shevchenko > We no longer use any symbols from of_gpio.h. Remove this include. > > Signed-off-by: Bartosz Golaszewski > --- > drivers/video/backlight/gpio_backlight.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/video/backlight/gpio_backlight.c b/drivers/video/backlight/gpio_backlight.c > index 18e053e4716c..7e1990199fae 100644 > --- a/drivers/video/backlight/gpio_backlight.c > +++ b/drivers/video/backlight/gpio_backlight.c > @@ -12,7 +12,6 @@ > #include > #include > #include > -#include > #include > #include > #include > -- > 2.23.0 > -- With Best Regards, Andy Shevchenko