compat-wireless: remove patches/51-in-header.patch
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 17 May 2012 23:16:55 +0000 (16:16 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 17 May 2012 23:20:01 +0000 (16:20 -0700)
This is no longer required as the respective upstream patch
is already merged.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
patches/51-in-header.patch [deleted file]

diff --git a/patches/51-in-header.patch b/patches/51-in-header.patch
deleted file mode 100644 (file)
index 6e3159a..0000000
+++ /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 <linux/ip.h>
-+#include <linux/in.h>
- #include "core.h"
- #include "debug.h"
- #include "testmode.h"