* Nicolas Kaiser <nikai@xxxxxxxxx> [101004 08:35]: > Remove duplicated include. > > Signed-off-by: Nicolas Kaiser <nikai@xxxxxxxxx> > --- > drivers/video/omap/lcd_omap3beagle.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c > index ca75cc2..ac715f9 100644 > --- a/drivers/video/omap/lcd_omap3beagle.c > +++ b/drivers/video/omap/lcd_omap3beagle.c > @@ -26,7 +26,6 @@ > #include <linux/i2c/twl.h> > > #include <plat/mux.h> > -#include <plat/mux.h> > #include <asm/mach-types.h> > > #include "omapfb.h" Can you please updated this to remove both mux.h entries? Including mux.h should no longer be needed for omap2/3/4 SoCs outside arch/arm/mach-omap2 files. For omap1 machines those are still needed in some drivers.. Regards, Tony -- 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