lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 27 Apr 2024 00:33:42 +0000
From: "Hennerich, Michael" <Michael.Hennerich@...log.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        "linux-fbdev@...r.kernel.org" <linux-fbdev@...r.kernel.org>,
        "dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
        "linux-staging@...ts.linux.dev" <linux-staging@...ts.linux.dev>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Helge Deller
	<deller@....de>
Subject: RE: [PATCH v1 1/1] fbtft: seps525: Don't use "proxy" headers



> -----Original Message-----
> From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> Sent: Tuesday, April 23, 2024 1:36 PM
> To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>; linux-
> fbdev@...r.kernel.org; dri-devel@...ts.freedesktop.org; linux-
> staging@...ts.linux.dev; linux-kernel@...r.kernel.org
> Cc: Hennerich, Michael <Michael.Hennerich@...log.com>; Greg Kroah-
> Hartman <gregkh@...uxfoundation.org>; Helge Deller <deller@....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@...ux.intel.com>

Acked-by: Michael Hennerich <michael.hennerich@...log.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ