On Tue, Nov 09, 2010 at 06:20:10PM -0800, Arnaud Lacombe wrote: > Signed-off-by: Arnaud Lacombe <lacombar@xxxxxxxxx> > --- > include/linux/pm_qos_params.h | 7 +++---- > include/linux/tracepoint.h | 14 +++++++------- > include/net/net_namespace.h | 14 +++++++------- > include/trace/define_trace.h | 5 ----- > 4 files changed, 17 insertions(+), 23 deletions(-) > > diff --git a/include/linux/pm_qos_params.h b/include/linux/pm_qos_params.h > index e1f083c..8c69ab2 100644 > --- a/include/linux/pm_qos_params.h > +++ b/include/linux/pm_qos_params.h > @@ -1,8 +1,7 @@ > #include <linux/version.h> > > -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) > -#include_next <linux/pm_qos_params.h> > -#else > +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25)) > + But will the kernels' own pm_qos_params.h be included for kernels >= 2.6.25? Luis -- 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