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

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

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

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:

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-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' Caused by

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: error:

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 linux/timecounter.h 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

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

[PATCH] next: microblaze: Fix build failure

2015-01-03 Thread Guenter Roeck
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. Fixes: 74d23cc704d1 ("time: move the timecounter/cyclecounter code into its own file") Cc:

[PATCH] next: microblaze: Fix build failure

2015-01-03 Thread Guenter Roeck
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. Fixes: 74d23cc704d1 (time: move the timecounter/cyclecounter code into its own file) Cc:

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