diff options
Diffstat (limited to 'target/linux/realtek/patches-2.6.30')
-rw-r--r-- | target/linux/realtek/patches-2.6.30/fix-rtl819x-CONFIG_RTL_PROC_DEBUG-compilation.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/fix-rtl819x-CONFIG_RTL_PROC_DEBUG-compilation.patch b/target/linux/realtek/patches-2.6.30/fix-rtl819x-CONFIG_RTL_PROC_DEBUG-compilation.patch index 3bba1f63b..f445e5628 100644 --- a/target/linux/realtek/patches-2.6.30/fix-rtl819x-CONFIG_RTL_PROC_DEBUG-compilation.patch +++ b/target/linux/realtek/patches-2.6.30/fix-rtl819x-CONFIG_RTL_PROC_DEBUG-compilation.patch @@ -33,6 +33,14 @@ --- linux-2.6.30.9/drivers/net/rtl819x/rtl865x_proc_debug.c 2013-07-16 11:58:47.132579965 +0300 +++ linux-2.6.30.9/drivers/net/rtl819x/rtl865x_proc_debug.c 2013-07-16 13:31:24.185130151 +0300 +@@ -17,6 +17,7 @@ + #include "common/rtl865x_netif_local.h" + #include "common/rtl865x_eventMgr.h" + #include "common/rtl_utils.h" ++#include "common/rtl865x_vlan.h" + + #ifdef CONFIG_RTL_LAYERED_DRIVER_L3 + #include <net/rtl/rtl865x_ppp.h> @@ -3150,7 +3150,7 @@ int16 age; uint32 idx; |