2022-12-13 10:38:16

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] soc/tegra: cbb: Remove unused including <linux/version.h>

./drivers/soc/tegra/cbb/tegra234-cbb.c: 27 linux/version.h not needed.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3443
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
---
drivers/soc/tegra/cbb/tegra234-cbb.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/soc/tegra/cbb/tegra234-cbb.c b/drivers/soc/tegra/cbb/tegra234-cbb.c
index f33d094e5ea6..e23e8acfd7c7 100644
--- a/drivers/soc/tegra/cbb/tegra234-cbb.c
+++ b/drivers/soc/tegra/cbb/tegra234-cbb.c
@@ -24,7 +24,6 @@
#include <linux/of_address.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
-#include <linux/version.h>
#include <soc/tegra/fuse.h>
#include <soc/tegra/tegra-cbb.h>

--
2.20.1.7.g153144c