Re: [PATCH V2] soc/tegra: bpmp: Remove unused including <linux/version.h>

From: Randy Dunlap
Date: Tue Jul 27 2021 - 16:49:37 EST


On 7/27/21 2:28 AM, Cai Huoqing wrote:
> Remove including <linux/version.h> that don't need it.
>
> V1->V2: Split the patch in two
>
> Signed-off-by: Cai Huoqing <caihuoqing@xxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

as reported by 'make versioncheck':

../drivers/soc/tegra/powergate-bpmp.c: 10 linux/version.h not needed.

thanks.

> ---
> drivers/soc/tegra/powergate-bpmp.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/soc/tegra/powergate-bpmp.c b/drivers/soc/tegra/powergate-bpmp.c
> index 06c792bafca5..8eaf50d0b6af 100644
> --- a/drivers/soc/tegra/powergate-bpmp.c
> +++ b/drivers/soc/tegra/powergate-bpmp.c
> @@ -7,7 +7,6 @@
> #include <linux/platform_device.h>
> #include <linux/pm_domain.h>
> #include <linux/slab.h>
> -#include <linux/version.h>
>
> #include <soc/tegra/bpmp.h>
> #include <soc/tegra/bpmp-abi.h>
>


--
~Randy