diff options
author | Jiapeng Chong <[email protected]> | 2022-05-06 11:42:09 +0800 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-05-10 15:34:29 +0200 |
commit | e0bfb57e1b0fa93fc9ce3b6c4e40a0281cdba7bc (patch) | |
tree | 9ead3566cc5b649163d97541217c2060b0b27982 | |
parent | e263d33ceccf940d5e17caf34bf6f09630b8dc2e (diff) |
hte: Remove unused including <linux/version.h>
Eliminate the follow versioncheck warning:
./drivers/hte/hte-tegra194-test.c: 8 linux/version.h not needed.
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Reviewed-by: Dipen Patel <[email protected]>
Acked-by: Dipen Patel <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | drivers/hte/hte-tegra194-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <[email protected]> */ -#include <linux/version.h> #include <linux/err.h> #include <linux/module.h> #include <linux/moduleparam.h> |