All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hte: Remove unused including <linux/version.h>
@ 2022-05-06  3:42 Jiapeng Chong
  2022-05-06 18:08 ` Dipen Patel
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2022-05-06  3:42 UTC (permalink / raw)
  To: dipenp
  Cc: thierry.reding, jonathanh, linux-tegra, linux-kernel,
	Jiapeng Chong, Abaci Robot

Eliminate the follow versioncheck warning:

./drivers/hte/hte-tegra194-test.c: 8 linux/version.h not needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 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@nvidia.com>
  */
 
-#include <linux/version.h>
 #include <linux/err.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hte: Remove unused including <linux/version.h>
  2022-05-06  3:42 [PATCH] hte: Remove unused including <linux/version.h> Jiapeng Chong
@ 2022-05-06 18:08 ` Dipen Patel
  0 siblings, 0 replies; 2+ messages in thread
From: Dipen Patel @ 2022-05-06 18:08 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: thierry.reding, jonathanh, linux-tegra, linux-kernel, Abaci Robot

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@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> ---
>  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@nvidia.com>
>   */
>  
> -#include <linux/version.h>
>  #include <linux/err.h>
>  #include <linux/module.h>
>  #include <linux/moduleparam.h>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-06 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06  3:42 [PATCH] hte: Remove unused including <linux/version.h> Jiapeng Chong
2022-05-06 18:08 ` Dipen Patel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.