From: Luis R. Rodriguez Date: Thu, 17 May 2012 23:16:55 +0000 (-0700) Subject: compat-wireless: remove patches/51-in-header.patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=953415fdd74f5b171d6a28c9cacfa820819cd1f3;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: remove patches/51-in-header.patch This is no longer required as the respective upstream patch is already merged. Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/51-in-header.patch b/patches/51-in-header.patch deleted file mode 100644 index 6e3159abd088..000000000000 --- a/patches/51-in-header.patch +++ /dev/null @@ -1,15 +0,0 @@ -Some drivers rely on some other part of the kernel to include -in.h but on older kernels this proves to not work. Explicitly -include that file. This fixes compilation of ath6kl on 2.6.27. -This patch will be sent upstream though. - ---- a/drivers/net/wireless/ath/ath6kl/wmi.c -+++ b/drivers/net/wireless/ath/ath6kl/wmi.c -@@ -16,6 +16,7 @@ - */ - - #include -+#include - #include "core.h" - #include "debug.h" - #include "testmode.h"