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>] [day] [month] [year] [list]
Date:   Thu, 24 Aug 2023 09:44:08 +0200
From:   Bartosz Golaszewski <brgl@...ev.pl>
To:     Rob Herring <robh@...nel.org>
Cc:     soc@...nel.org, Russell King <linux@...linux.org.uk>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] ARM: davinci: Drop unused includes

On Wed, Aug 23, 2023 at 6:57 PM Rob Herring <robh@...nel.org> wrote:
>
> of_platform.h include is not needed, so drop it. It implicitly includes
> of.h (for now) which is needed.
>
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
> Arnd, Here's one more that slipped thru the cracks. Please take
> directly.
>
> v2: Fix subject to be 'davinci' not 'keystone'
> ---
>  arch/arm/mach-davinci/pdata-quirks.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-davinci/pdata-quirks.c b/arch/arm/mach-davinci/pdata-quirks.c
> index b8b5f1a5e092..b5b5c7bda61e 100644
> --- a/arch/arm/mach-davinci/pdata-quirks.c
> +++ b/arch/arm/mach-davinci/pdata-quirks.c
> @@ -5,7 +5,7 @@
>   * Copyright (C) 2016 BayLibre, Inc
>   */
>  #include <linux/kernel.h>
> -#include <linux/of_platform.h>
> +#include <linux/of.h>
>
>  #include <media/i2c/tvp514x.h>
>  #include <media/i2c/adv7343.h>
> --
> 2.40.1
>

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ