On Mon, Jan 05, 2015 at 12:52:12AM -0800, Guenter Roeck wrote: > On Sat, Jan 03, 2015 at 06:01:18PM +0100, Richard Cochran wrote: > > On Sat, Jan 03, 2015 at 06:53:20AM -0800, Guenter Roeck wrote: > > > Microblaze build in linux-next fails with > > > > > > arch/microblaze/kernel/timer.c:224:2: error: > > > implicit declaration of function 'timecounter_init' > > > > > > Caused by missing include file in microblaze timer code. > > > > Already fixed in net-next. > > > The arm64 build is still broken in next-20150105 due to the same commit.
Do you mean drivers/clocksource/arm_arch_timer.c? > Did you fix that already as well ? Nope. It probably needs just one line: + #include <linux/timecounter.h> Can you please test build that for me? Thanks, Richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/