mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
We only include <linux/mtd/rawnand.h> in <nand.h> for the forward declaration of struct nand_chip, so do that directly. Then, include <linux/mtd/rawnand.h> where required directly. Signed-off-by: Tom Rini <trini@konsulko.com>