* Selso LIBERADO <sli@xxxxxxxxxxxxxxx> [120924 09:46]: > Joni Lapilainen <joni.lapilainen <at> gmail.com> writes: > > > > > Building tidspbridge fails: > > > > CC [M] drivers/staging/tidspbridge/core/tiomap3430.o > > drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_start': > > drivers/staging/tidspbridge/core/tiomap3430.c:421:25: error: > > 'OMAP343X_CTRL_BASE' undeclared (first use in this function) > > drivers/staging/tidspbridge/core/tiomap3430.c:421:25: note: each > > undeclared identifier is reported only once for each function it > > appears in > > make[3]: *** [drivers/staging/tidspbridge/core/tiomap3430.o] Error 1 > > -- > > 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 > > > > > > This definition has moved to : arch/arm/mach-omap2/omap34xx.h > I don't know if we can include directly this file in tiomap3430.c (I'm newbie) No we should not, that should be private to arch/arm/mach-omap2. > However there is still the symbole OMAP34XX_WDT3_BASE in > 'drivers/staging/tidspbridge/core/wdt.c' that is not resolved. OK it's probably best to define that locally there or in some drivers/staging/tidispbridge header whatever the code is doing with it.. Care to do a patch for it? 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