Re: [PATCH] next: microblaze: Fix build failure

2015-01-06 Thread Richard Cochran
On Mon, Jan 05, 2015 at 03:43:22PM +0100, Richard Cochran wrote: > A better fix would be to add this one line into > > include/clocksource/arm_arch_timer.h On second glance, this is not right. I just posted the correct fix. Thanks, Richard -- To unsubscribe from this list: send the line "u

Re: [PATCH] next: microblaze: Fix build failure

2015-01-05 Thread Richard Cochran
On Mon, Jan 05, 2015 at 02:52:59PM +0100, Richard Cochran wrote: > Nope. It probably needs just one line: > > + #include A better fix would be to add this one line into include/clocksource/arm_arch_timer.h because that will fix virt/kvm/arm/arch_timer.c which I surely also br

Re: [PATCH] next: microblaze: Fix build failure

2015-01-05 Thread Richard Cochran
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: err

Re: [PATCH] next: microblaze: Fix build failure

2015-01-05 Thread Guenter Roeck
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' > > > >

Re: [PATCH] next: microblaze: Fix build failure

2015-01-03 Thread Richard Cochran
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 ne