All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>
@ 2020-04-17 10:11 ` YueHaibing
  0 siblings, 0 replies; 12+ messages in thread
From: YueHaibing @ 2020-04-17 10:11 UTC (permalink / raw)
  To: computersforpeace, kdasu.kdev, miquel.raynal, richard, vigneshr
  Cc: bcm-kernel-feedback-list, YueHaibing, linux-mtd, linux-kernel

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/mtd/nand/raw/brcmnand/brcmnand.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
index e4e3ceeac38f..57076c3d98dc 100644
--- a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
+++ b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
@@ -4,7 +4,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/delay.h>
-- 
2.17.1



______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2020-05-10 20:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 10:11 [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h> YueHaibing
2020-04-17 10:11 ` YueHaibing
2020-04-17 17:33 ` Florian Fainelli
2020-04-17 17:33   ` Florian Fainelli
2020-04-17 18:40 ` Kamal Dasu
2020-04-17 18:40   ` Kamal Dasu
2020-04-27 14:43   ` Miquel Raynal
2020-04-27 14:43     ` Miquel Raynal
2020-04-27 15:38     ` Kamal Dasu
2020-04-27 15:38       ` Kamal Dasu
2020-05-10 20:06 ` Miquel Raynal
2020-05-10 20:06   ` Miquel Raynal

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.