Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/13-trace.patch | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/patches/13-trace.patch b/patches/13-trace.patch index 8c000f3..82b2643 100644 --- a/patches/13-trace.patch +++ b/patches/13-trace.patch @@ -23,6 +23,25 @@ in or compat headers. +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,30)) #include <trace/define_trace.h> +#endif +--- a/drivers/net/wireless/iwmc3200wifi/trace.h ++++ b/drivers/net/wireless/iwmc3200wifi/trace.h +@@ -1,7 +1,9 @@ + #if !defined(__IWM_TRACE_H__) || defined(TRACE_HEADER_MULTI_READ) + #define __IWM_TRACE_H__ + ++#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) + #include <linux/tracepoint.h> ++#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) */ + + #if !defined(CONFIG_IWM_TRACING) + #undef TRACE_EVENT +@@ -280,4 +282,6 @@ TRACE_EVENT(iwm_rx_packet, + #define TRACE_INCLUDE_PATH . + #undef TRACE_INCLUDE_FILE + #define TRACE_INCLUDE_FILE trace ++#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,30)) + #include <trace/define_trace.h> ++#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,30)) */ --- a/net/mac80211/driver-trace.h +++ b/net/mac80211/driver-trace.h @@ -1,7 +1,9 @@ -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html