commit | c8f555f10267c89735ee721618c0b17c0f2ba3c8 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Thu Oct 03 19:50:21 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 04 17:10:51 2019 -0500 |
tree | aa29efb27f63ad010d48a3e89436a7e07032cd12 | |
parent | e81f03248e76a6b2b169e181659dd83a8f8765fd [diff] |
mtd: nand: add includes in NAND core to avoid warnings Because of the include's game, when some files are compiled for a SPI NAND device, no warning appears. But when it is for a raw NAND device, GCC complains. Fix these warning by including <common.h>. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>