ar71xx: fix typo in rb91x nand source
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 24 Aug 2018 07:10:29 +0000 (09:10 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:48 +0000 (17:47 +0100)
Fixes: 3b1ea0996f83 ("ar71xx: fix build error due to bad include")
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
(backported from 6100655c8ce29cd789da8e03b184da2ddb1008f5)

target/linux/ar71xx/files/drivers/mtd/nand/rb91x_nand.c

index 1f193f196c65817a0731c8c98218a3eaca46c281..943b8e935e0645d55c3a2bbf505f29315d070477 100644 (file)
@@ -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>