Hi, > > +#ifdef CONFIG_MACH_NOKIA_N800 > +#include "board-nokia.h" > +#endif > + Unless I need more coffee and/or I'm totally confused, this part looks wrong. Please remember that Nokia also did a device called Nokia 770 :)) What about using this (untested) : #if defined(CONFIG_MACH_NOKIA_N800) || defined(CONFIG_MACH_NOKIA770) Regards, Arnaud - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html