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]
Message-ID: <9ce9ab48-4277-4628-bff6-9a028c6046ce@linaro.org>
Date:   Wed, 13 Dec 2023 11:55:57 +0100
From:   neil.armstrong@...aro.org
To:     Dario Binacchi <dario.binacchi@...rulasolutions.com>
Cc:     linux-kernel@...r.kernel.org, robh@...nel.org,
        michael@...rulasolutions.com, linux-amarula@...rulasolutions.com
Subject: Re: [linux-next:master] drm/panel: ilitek-ili9805: adjust the
 includes

Hi,

On 13/12/2023 11:03, Dario Binacchi wrote:
> Adjust the includes to explicitly include the correct headers.
> 
> Suggested-by: Rob Herring <robh@...nel.org>
> Signed-off-by: Dario Binacchi <dario.binacchi@...rulasolutions.com>
> ---
>   drivers/gpu/drm/panel/panel-ilitek-ili9805.c | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9805.c b/drivers/gpu/drm/panel/panel-ilitek-ili9805.c
> index 5054d1a2b2f5..1cbc25758bd2 100644
> --- a/drivers/gpu/drm/panel/panel-ilitek-ili9805.c
> +++ b/drivers/gpu/drm/panel/panel-ilitek-ili9805.c
> @@ -7,10 +7,9 @@
>   #include <linux/device.h>
>   #include <linux/err.h>
>   #include <linux/errno.h>
> -#include <linux/fb.h>
>   #include <linux/kernel.h>
>   #include <linux/module.h>
> -#include <linux/of_device.h>
> +#include <linux/of.h>
>   
>   #include <linux/gpio/consumer.h>
>   #include <linux/regulator/consumer.h>

Please send to correct mailing lists with appropriate maintainers/reviewers.

Thanks,
Neil

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ