diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-08-23 18:00:12 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-08-23 18:00:12 +0300 |
commit | a75d6a4cebcc58c4fb139385fc996a62b6f18f68 (patch) | |
tree | 86be6c413298b08e159d9f9019d52abd06540809 /include/linux/mtd/sharpsl.h | |
parent | 311bba10cb0e232f2f9b0bace8bec873d7dc32a7 (diff) | |
parent | d4092d76a4a4e57b65910899948a83cc8646c5a5 (diff) | |
download | linux-a75d6a4cebcc58c4fb139385fc996a62b6f18f68.tar.xz |
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next
Diffstat (limited to 'include/linux/mtd/sharpsl.h')
-rw-r--r-- | include/linux/mtd/sharpsl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/sharpsl.h b/include/linux/mtd/sharpsl.h index 6381a7d6c289..e1845fc4afbd 100644 --- a/include/linux/mtd/sharpsl.h +++ b/include/linux/mtd/sharpsl.h @@ -8,7 +8,7 @@ * published by the Free Software Foundation. */ -#include <linux/mtd/nand.h> +#include <linux/mtd/rawnand.h> #include <linux/mtd/nand_ecc.h> #include <linux/mtd/partitions.h> |