On Thursday 26 June 2008, monstr@xxxxxxxxx wrote: > +#include <linux/autoconf.h> You should never need to include linux/autoconf.h anywhere, just remove this. > +#include <linux/init.h> > +#include <linux/mm.h> > +#include "../../../mm/internal.h" Why do you need to include the internal.h file here? If you have a good reason to do it, you should probably add the symbol you need to a global header file. Arnd <>< -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html