From: Luis R. Rodriguez Date: Wed, 6 Jan 2010 22:34:17 +0000 (-0800) Subject: Intel removed uts header, update patch for that X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a00a13095634ae3ed8f4d2ee8236a65c6f943198;p=openwrt%2Fstaging%2Fblogic.git Intel removed uts header, update patch for that Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/06-header-changes.patch b/patches/06-header-changes.patch index ccc74db82711..7cc393db7902 100644 --- a/patches/06-header-changes.patch +++ b/patches/06-header-changes.patch @@ -64,17 +64,3 @@ cases. /** * DOC: Key handling basics ---- a/drivers/net/wireless/iwlwifi/iwl-core.h -+++ b/drivers/net/wireless/iwlwifi/iwl-core.h -@@ -63,7 +63,11 @@ - #ifndef __iwl_core_h__ - #define __iwl_core_h__ - -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) - #include -+#else -+#include -+#endif - - /************************ - * forward declarations *