On Mon, May 25, 2009 at 10:56:18AM -0700, Tony Lindgren wrote: > diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c > new file mode 100644 > index 0000000..6ce2f32 > --- /dev/null > +++ b/arch/arm/mach-omap2/board-omap3evm.c > @@ -0,0 +1,329 @@ > +/* > + * linux/arch/arm/mach-omap2/board-omap3evm.c > + * > + * Copyright (C) 2008 Texas Instruments > + * > + * Modified from mach-omap2/board-3430sdp.c > + * > + * Initial code: Syed Mohammed Khasim > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#include <linux/kernel.h> > +#include <linux/init.h> > +#include <linux/platform_device.h> > +#include <linux/delay.h> > +#include <linux/err.h> > +#include <linux/clk.h> > +#include <linux/input.h> > +#include <linux/leds.h> > + > +#include <linux/spi/spi.h> > +#include <linux/spi/ads7846.h> > +#include <linux/i2c/twl4030.h> > + > +#include <mach/hardware.h> > +#include <asm/mach-types.h> > +#include <asm/mach/arch.h> > +#include <asm/mach/map.h> > + > +#include <mach/gpio.h> linux/gpio.h please. -- 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