]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: intel: Don't re-define NAND_DATA_IFACE_CHECK_ONLY
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 2 Jul 2022 23:12:24 +0000 (01:12 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 20 Sep 2022 08:06:52 +0000 (10:06 +0200)
commit8e9655cbec2c43c7d9f8f50298825d1ecb4b2018
tree9eaeb7147001d2683dd0b801cce28cd3ecef6edc
parentd24278bd041ff2d31c4c6cc5f35ce498f0c6a30f
mtd: rawnand: intel: Don't re-define NAND_DATA_IFACE_CHECK_ONLY

NAND_DATA_IFACE_CHECK_ONLY is already defined in
include/linux/mtd/rawnand.h which is also included by the driver. Drop
the re-definition from the intel-nand-controller driver.

Fixes: 3f65cf4d8461a5 ("mtd: rawnand: Add NAND controller support on Intel LGM SoC")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220702231227.1579176-6-martin.blumenstingl@googlemail.com
drivers/mtd/nand/raw/intel-nand-controller.c