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

From: Jiapeng Chong
Date: Thu May 05 2022 - 23:42:32 EST


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>
--
2.20.1.7.g153144c