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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 6 Mar 2023 15:58:38 +0000
From:   Jon Hunter <jonathanh@...dia.com>
To:     Muhammad Usama Anjum <usama.anjum@...labora.com>,
        Thierry Reding <thierry.reding@...il.com>
Cc:     kernel@...labora.com, kernel-janitors@...r.kernel.org,
        linux-tegra@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] soc/tegra: cbb: remove linux/version.h


On 03/03/2023 13:03, Muhammad Usama Anjum wrote:
> make versioncheck reports the following:
> ./drivers/soc/tegra/cbb/tegra-cbb.c: 19 linux/version.h not needed.
> ./drivers/soc/tegra/cbb/tegra194-cbb.c: 26 linux/version.h not needed.
> ./drivers/soc/tegra/cbb/tegra234-cbb.c: 27 linux/version.h not needed.
> 
> So remove linux/version.h from these files.
> 
> Signed-off-by: Muhammad Usama Anjum <usama.anjum@...labora.com>
> ---
>   drivers/soc/tegra/cbb/tegra-cbb.c    | 1 -
>   drivers/soc/tegra/cbb/tegra194-cbb.c | 1 -
>   drivers/soc/tegra/cbb/tegra234-cbb.c | 1 -
>   3 files changed, 3 deletions(-)
> 
> diff --git a/drivers/soc/tegra/cbb/tegra-cbb.c b/drivers/soc/tegra/cbb/tegra-cbb.c
> index a8566b9dd8de..bd96204a68ee 100644
> --- a/drivers/soc/tegra/cbb/tegra-cbb.c
> +++ b/drivers/soc/tegra/cbb/tegra-cbb.c
> @@ -16,7 +16,6 @@
>   #include <linux/of_address.h>
>   #include <linux/interrupt.h>
>   #include <linux/ioport.h>
> -#include <linux/version.h>
>   #include <soc/tegra/fuse.h>
>   #include <soc/tegra/tegra-cbb.h>
>   
> diff --git a/drivers/soc/tegra/cbb/tegra194-cbb.c b/drivers/soc/tegra/cbb/tegra194-cbb.c
> index d4112b683f00..a05fc2caff3b 100644
> --- a/drivers/soc/tegra/cbb/tegra194-cbb.c
> +++ b/drivers/soc/tegra/cbb/tegra194-cbb.c
> @@ -23,7 +23,6 @@
>   #include <linux/of_address.h>
>   #include <linux/interrupt.h>
>   #include <linux/ioport.h>
> -#include <linux/version.h>
>   #include <soc/tegra/fuse.h>
>   #include <soc/tegra/tegra-cbb.h>
>   
> diff --git a/drivers/soc/tegra/cbb/tegra234-cbb.c b/drivers/soc/tegra/cbb/tegra234-cbb.c
> index f33d094e5ea6..e23e8acfd7c7 100644
> --- a/drivers/soc/tegra/cbb/tegra234-cbb.c
> +++ b/drivers/soc/tegra/cbb/tegra234-cbb.c
> @@ -24,7 +24,6 @@
>   #include <linux/of_address.h>
>   #include <linux/interrupt.h>
>   #include <linux/ioport.h>
> -#include <linux/version.h>
>   #include <soc/tegra/fuse.h>
>   #include <soc/tegra/tegra-cbb.h>
>   

Reviewed-by: Jon Hunter <jonathanh@...dia.com>

Thanks
Jon

-- 
nvpublic

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ