On Tue, Dec 22, 2009 at 7:20 AM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: > Changed the headers, because autoconf.h moved from linux/ into generated/ > > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > include/linux/compat-2.6.14.h | 3 ++- > include/linux/compat-2.6.18.h | 3 ++- > include/linux/compat-2.6.19.h | 2 +- > include/linux/compat-2.6.21.h | 2 +- > include/linux/compat-2.6.22.h | 2 +- > include/linux/compat-2.6.23.h | 2 +- > include/linux/compat-2.6.24.h | 3 ++- > include/linux/compat-2.6.25.h | 2 +- > include/linux/compat-2.6.26.h | 2 +- > include/linux/compat-2.6.27.h | 2 +- > include/linux/compat-2.6.28.h | 2 +- > include/linux/compat-2.6.29.h | 2 +- > include/linux/compat-2.6.30.h | 3 ++- > include/linux/compat-2.6.31.h | 2 +- > include/linux/compat-2.6.32.h | 2 +- > include/linux/compat-2.6.33.h | 4 ++-- > include/linux/compat-2.6.h | 6 +++++- > 17 files changed, 26 insertions(+), 18 deletions(-) > > diff --git a/include/linux/compat-2.6.14.h b/include/linux/compat-2.6.14.h > index 22e7e31..c509899 100644 > --- a/include/linux/compat-2.6.14.h > +++ b/include/linux/compat-2.6.14.h > @@ -1,12 +1,13 @@ > #ifndef LINUX_26_14_COMPAT_H > #define LINUX_26_14_COMPAT_H > > -#include <linux/autoconf.h> > #include <linux/version.h> > > /* Compat work for 2.6.14 */ > #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14)) > > +#include <linux/autoconf.h> > + Would it not suffice if we just handle this on compat.h? 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