commit | 3bde7e202083d78a466baccbfb71655a401787ea | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Sep 22 14:50:35 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 06 09:16:23 2021 -0400 |
tree | 373fc4f509981fb035efc0c9d62664b681bdf83b | |
parent | fdae007c83cb0fd704c4d4bb6755ac07556c8e5f [diff] |
nand.h: Cleanup linux/mtd/rawnand.h usage 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>