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: 0b1039f016 ("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
This commit is contained in:
Martin Blumenstingl 2022-07-03 01:12:24 +02:00 committed by Miquel Raynal
parent 68c02ebaa3
commit ebe0cd60fc
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@
#define HSNAND_ECC_OFFSET 0x008
#define NAND_DATA_IFACE_CHECK_ONLY -1
#define MAX_CS 2
#define USEC_PER_SEC 1000000L