Re: [PATCH] hte: Remove unused including <linux/version.h>

From: Dipen Patel
Date: Fri May 06 2022 - 14:08:27 EST


Reviewed-by: Dipen Patel

Acked-by: Dipen Patel

On 5/5/22 8:42 PM, Jiapeng Chong wrote:
> Eliminate the follow versioncheck warning:
>
> ./drivers/hte/hte-tegra194-test.c: 8 linux/version.h not needed.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
> ---
> drivers/hte/hte-tegra194-test.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/hte/hte-tegra194-test.c b/drivers/hte/hte-tegra194-test.c
> index bc3ab18dfdc5..6a3e57b57a34 100644
> --- a/drivers/hte/hte-tegra194-test.c
> +++ b/drivers/hte/hte-tegra194-test.c
> @@ -5,7 +5,6 @@
> * Author: Dipen Patel <dipenp@xxxxxxxxxx>
> */
>
> -#include <linux/version.h>
> #include <linux/err.h>
> #include <linux/module.h>
> #include <linux/moduleparam.h>