Browse Source

ar71xx: fix typo in rb91x nand source

Fixes: 3b1ea0996f83 ("ar71xx: fix build error due to bad include")

Signed-off-by: Koen Vandeputte <[email protected]>
Koen Vandeputte 7 years ago
parent
commit
6100655c8c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/ar71xx/files/drivers/mtd/nand/rb91x_nand.c

+ 2 - 1
target/linux/ar71xx/files/drivers/mtd/nand/rb91x_nand.c

@@ -16,7 +16,8 @@
 #include <linux/mtd/nand.h>
 #include <linux/mtd/nand.h>
 #else
 #else
 #include <linux/mtd/rawnand.h>
 #include <linux/mtd/rawnand.h>
-#endif#include <linux/mtd/mtd.h>
+#endif
+#include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>
 #include <linux/mtd/partitions.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/io.h>
 #include <linux/io.h>