package/dropbear: fix segfault with remote port forwarding (closes: #10339)
[openwrt.git] / target / linux / lantiq / patches-3.0 / 993-backport-3.1-fix-mtd.patch
1 Index: linux-3.0.3/drivers/mtd/maps/lantiq-flash.c
2 ===================================================================
3 --- linux-3.0.3.orig/drivers/mtd/maps/lantiq-flash.c    2011-08-17 19:57:16.000000000 +0200
4 +++ linux-3.0.3/drivers/mtd/maps/lantiq-flash.c 2011-09-29 20:45:14.785132132 +0200
5 @@ -20,6 +20,8 @@
6  #include <linux/platform_device.h>
7  #include <linux/mtd/physmap.h>
8  
9 +#include "../mtdcore.h"
10 +
11  #include <lantiq_soc.h>
12  #include <lantiq_platform.h>
13