mirror of https://github.com/hak5/openwrt.git
ar71xx: fix typo in rb91x nand source
Fixes: 3b1ea0996f
("ar71xx: fix build error due to bad include")
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
openwrt-19.07
parent
4f3d700138
commit
6100655c8c
|
@ -16,7 +16,8 @@
|
|||
#include <linux/mtd/nand.h>
|
||||
#else
|
||||
#include <linux/mtd/rawnand.h>
|
||||
#endif#include <linux/mtd/mtd.h>
|
||||
#endif
|
||||
#include <linux/mtd/mtd.h>
|
||||
#include <linux/mtd/partitions.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/io.h>
|
||||
|
|
Loading…
Reference in New Issue