* Igor Grinberg <grinberg@xxxxxxxxxxxxxx> [121010 00:02]: > On 10/09/12 22:29, Paul Walmsley wrote: > > > > Commit 801475ccb2b2c1928b22aec4b9e5285d9e347602 ("ARM: OMAP: move > > debug_card_init() function") results in the following new sparse > > warning: > > > > arch/arm/plat-omap/debug-devices.c:71:12: warning: symbol 'debug_card_init' was not declared. Should it be static? > > > > Fix by implementing Tony's suggestion to add a "sideways include" to the > > new location of the debug-devices.h file in arch/arm/mach-omap2/. > > > > Signed-off-by: Paul Walmsley <paul@xxxxxxxxx> > > Cc: Igor Grinberg <grinberg@xxxxxxxxxxxxxx> > > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > > Acked-by: Igor Grinberg <grinberg@xxxxxxxxxxxxxx> Thanks, applying into omap-for-v3.7-rc1/fixes-part2. Regards, Tony > > --- > > arch/arm/plat-omap/debug-devices.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/plat-omap/debug-devices.c b/arch/arm/plat-omap/debug-devices.c > > index c7a4c09..5a4678e 100644 > > --- a/arch/arm/plat-omap/debug-devices.c > > +++ b/arch/arm/plat-omap/debug-devices.c > > @@ -16,6 +16,7 @@ > > #include <linux/smc91x.h> > > > > #include <mach/hardware.h> > > +#include "../mach-omap2/debug-devices.h" > > > > /* Many OMAP development platforms reuse the same "debug board"; these > > * platforms include H2, H3, H4, and Perseus2. > > -- > Regards, > Igor. -- 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