From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 11 Feb 2013 14:31:56 -0800 Subject: omap1_defconfig build broken in linux next In-Reply-To: <20130211193132.GV4801@atomide.com> References: <20130211193132.GV4801@atomide.com> Message-ID: <20130211223155.GA4801@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Tony Lindgren [130211 11:35]: > FYI, looks like something broke compile recently, have not yet > figured out the breaking commit. Might be the same issue > with some other defconfigs too. > > Probably something was indirectly included earlier? > > This fixes it, still need to dig the breaking commit > for the description. Seems to be caused by 16559ae4 (kgdb: remove #include from kgdb.h), will post a proper patch. > Regards, > > Tony > > > --- a/arch/arm/mach-omap1/common.h > +++ b/arch/arm/mach-omap1/common.h > @@ -31,6 +31,8 @@ > > #include > > +#include > + > #if defined(CONFIG_ARCH_OMAP730) || defined(CONFIG_ARCH_OMAP850) > void omap7xx_map_io(void); > #else > --- a/drivers/video/omap/lcd_ams_delta.c > +++ b/drivers/video/omap/lcd_ams_delta.c > @@ -27,6 +27,7 @@ > #include > #include > > +#include > #include > > #include "omapfb.h" > --- a/drivers/video/omap/lcd_osk.c > +++ b/drivers/video/omap/lcd_osk.c > @@ -24,7 +24,10 @@ > #include > > #include > + > +#include > #include > + > #include "omapfb.h" > > static int osk_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html