diff mbox series

[v2,6/6] mtd: nand: Remove useless line in Kconfig

Message ID 20190304222226.12682-7-miquel.raynal@bootlin.com (mailing list archive)
State New, archived
Headers show
Series mtd: nand: 6th batch of cleanups (Kconfig) | expand

Commit Message

Miquel Raynal March 4, 2019, 10:22 p.m. UTC
Prepare changes that will lay in this file to better express what is
NAND related and what is not in menuconfig.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 drivers/mtd/nand/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 9033215e62ea..495751ed3fd7 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -2,6 +2,5 @@  config MTD_NAND_CORE
 	tristate
 
 source "drivers/mtd/nand/onenand/Kconfig"
-
 source "drivers/mtd/nand/raw/Kconfig"
 source "drivers/mtd/nand/spi/Kconfig"