[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150105135259.GB8156@localhost.localdomain>
Date: Mon, 5 Jan 2015 14:52:59 +0100
From: Richard Cochran <richardcochran@...il.com>
To: Guenter Roeck <linux@...ck-us.net>
Cc: Michal Simek <monstr@...str.eu>, linux-kernel@...r.kernel.org,
Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Subject: Re: [PATCH] next: microblaze: Fix build failure
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists