mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] staging: regulator: hi6421v600-regulator: Remove unused including <linux/version.h>
@ 2020-09-10  6:17 YueHaibing
  2020-09-10  7:03 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-09-10  6:17 UTC (permalink / raw)
  To: mchehab+huawei, gregkh; +Cc: devel, linux-kernel, YueHaibing

Remove including <linux/version.h> that don't need it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/staging/hikey9xx/hi6421v600-regulator.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/hikey9xx/hi6421v600-regulator.c b/drivers/staging/hikey9xx/hi6421v600-regulator.c
index 82635ff54a74..614b03c9ddfb 100644
--- a/drivers/staging/hikey9xx/hi6421v600-regulator.c
+++ b/drivers/staging/hikey9xx/hi6421v600-regulator.c
@@ -36,7 +36,6 @@
 #include <linux/spmi.h>
 #include <linux/time.h>
 #include <linux/uaccess.h>
-#include <linux/version.h>
 
 #define rdev_dbg(rdev, fmt, arg...)	\
 		 pr_debug("%s: %s: " fmt, (rdev)->desc->name, __func__, ##arg)
-- 
2.17.1



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

end of thread, other threads:[~2020-09-10  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  6:17 [PATCH -next] staging: regulator: hi6421v600-regulator: Remove unused including <linux/version.h> YueHaibing
2020-09-10  7:03 ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome