2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00

mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol

The symbol that is being used in the #if/#endif block is not the one
which is mentioned at the bottom.

Fixes: 93af53b863 ("nand: omap2: Remove horrible ifdefs to fix module probe")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:
Miquel Raynal 2019-02-07 15:28:24 +01:00
parent 6a1b66d6c8
commit e90a619fb7

View File

@ -60,6 +60,6 @@ static inline int elm_config(struct device *dev, enum bch_ecc bch_type,
{ {
return -ENOSYS; return -ENOSYS;
} }
#endif /* CONFIG_MTD_NAND_ECC_BCH */ #endif /* CONFIG_MTD_NAND_OMAP_BCH */
#endif /* __ELM_H */ #endif /* __ELM_H */