commit | 4f64c63bdbbdeaf375d055f822c295837cd5cc59 | [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 | a8e35a1c5d49eb800a6eebc087914ee0429fb7e4 [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>