[PATCH v1 1/1] fbtft: seps525: Don't use "proxy" headers
Hennerich, Michael
Michael.Hennerich at analog.com
Sat Apr 27 00:33:42 UTC 2024
> -----Original Message-----
> From: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> Sent: Tuesday, April 23, 2024 1:36 PM
> To: Andy Shevchenko <andriy.shevchenko at linux.intel.com>; linux-
> fbdev at vger.kernel.org; dri-devel at lists.freedesktop.org; linux-
> staging at lists.linux.dev; linux-kernel at vger.kernel.org
> Cc: Hennerich, Michael <Michael.Hennerich at analog.com>; Greg Kroah-
> Hartman <gregkh at linuxfoundation.org>; Helge Deller <deller at gmx.de>
> Subject: [PATCH v1 1/1] fbtft: seps525: Don't use "proxy" headers
>
> Update header inclusions to follow IWYU (Include What You Use) principle.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Acked-by: Michael Hennerich <michael.hennerich at analog.com>
> ---
> drivers/staging/fbtft/fb_seps525.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/staging/fbtft/fb_seps525.c
> b/drivers/staging/fbtft/fb_seps525.c
> index 05882e2cde7f..46c257308b49 100644
> --- a/drivers/staging/fbtft/fb_seps525.c
> +++ b/drivers/staging/fbtft/fb_seps525.c
> @@ -16,11 +16,10 @@
> * GNU General Public License for more details.
> */
>
> -#include <linux/module.h>
> -#include <linux/kernel.h>
> -#include <linux/init.h>
> -#include <linux/gpio.h>
> +#include <linux/bits.h>
> #include <linux/delay.h>
> +#include <linux/init.h>
> +#include <linux/module.h>
>
> #include "fbtft.h"
>
> --
> 2.43.0.rc1.1336.g36b5255a03ac
More information about the dri-devel
mailing list