* Daniel Walker <dwalker@xxxxxxxxxx> [080118 09:05]: > > On Fri, 2008-01-18 at 08:41 -0800, Tony Lindgren wrote: > > Regarding merging core omap stuff to mainline kernel, we still need > > to clean up few things to get arch/arm/*omap directories in sync with > > mainline. After currently pending patches arch/arm/mach-omap1 and > > plat-omap will be within one or two more main releases away from > > being in sync, and mach-omap2 will take a bit longer. So hopefully > > we'll be in sync with mainline for core omap stuff during this year. > > Do you have a 2.6.25 queue? I found the following compile error in > mainline 2.6.24-rc8-git1 Yeah, it's the omap-fixes branch. In general, we should feed all the fixes we can during the release cycle, so let's get more active on that part too. > CC arch/arm/mach-omap1/board-nokia770.o > arch/arm/mach-omap1/board-nokia770.c:40:41: error: ../plat-omap/dsp/dsp_common.h: No such file or directory > arch/arm/mach-omap1/board-nokia770.c: In function ‘omap_nokia770_init’: > arch/arm/mach-omap1/board-nokia770.c:335: error: implicit declaration of function ‘omap_dsp_init’ > > This is with the "Nokia 770" option enabled .. If there's a fix for this > it might be nice to have it in 2.6.25 .. That should be now just #include <asm/arch/dsp_common.h>. Can you check if that's enough to fix 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