aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/110-fix_mtd_include.patch
blob: c63dbc059685ebe2b50f4b24da01efe0d709c4b8 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/include/linux/mtd/physmap.h
+++ b/include/linux/mtd/physmap.h
@@ -17,6 +17,7 @@
 
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>
+#include <linux/platform_device.h>
 
 struct map_info;
 struct platform_device;