Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-04 Thread Arnd Bergmann
On Saturday, June 4, 2016 12:16:57 AM CEST Alexandre Belloni wrote: > > Arnd, do you mind sending a proper patch that I'll apply before 'rtc: > cmos: move mc146818rtc code out of asm-generic/rtc.h'? Else, I could > squash it in but I think the former is cleaner. > I thought I had already sent

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-04 Thread Arnd Bergmann
On Saturday, June 4, 2016 12:16:57 AM CEST Alexandre Belloni wrote: > > Arnd, do you mind sending a proper patch that I'll apply before 'rtc: > cmos: move mc146818rtc code out of asm-generic/rtc.h'? Else, I could > squash it in but I think the former is cleaner. > I thought I had already sent

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Alexandre Belloni
Hi, On 03/06/2016 at 07:44:55 -0700, Guenter Roeck wrote : > On 06/03/2016 05:11 AM, Arnd Bergmann wrote: > > I have trouble reproducing this, but I think the problem here is that there > > are two definitions of CMOS_READ() in sparc, and we pick up the wrong one > > here: there is no 'rtc_port'

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Alexandre Belloni
Hi, On 03/06/2016 at 07:44:55 -0700, Guenter Roeck wrote : > On 06/03/2016 05:11 AM, Arnd Bergmann wrote: > > I have trouble reproducing this, but I think the problem here is that there > > are two definitions of CMOS_READ() in sparc, and we pick up the wrong one > > here: there is no 'rtc_port'

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Guenter Roeck
On 06/03/2016 05:11 AM, Arnd Bergmann wrote: On Thursday, June 2, 2016 5:58:48 PM CEST Guenter Roeck wrote: Hi Arnd, sparc32:allmodconfig fails to build in next-20160602 as follows. In file included from drivers/block/floppy.c:185:0: include/linux/mc146818rtc.h: In function

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Guenter Roeck
On 06/03/2016 05:11 AM, Arnd Bergmann wrote: On Thursday, June 2, 2016 5:58:48 PM CEST Guenter Roeck wrote: Hi Arnd, sparc32:allmodconfig fails to build in next-20160602 as follows. In file included from drivers/block/floppy.c:185:0: include/linux/mc146818rtc.h: In function

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Arnd Bergmann
On Thursday, June 2, 2016 5:58:48 PM CEST Guenter Roeck wrote: > Hi Arnd, > > sparc32:allmodconfig fails to build in next-20160602 as follows. > > In file included from drivers/block/floppy.c:185:0: > include/linux/mc146818rtc.h: In function 'mc146818_is_updating': >

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Arnd Bergmann
On Thursday, June 2, 2016 5:58:48 PM CEST Guenter Roeck wrote: > Hi Arnd, > > sparc32:allmodconfig fails to build in next-20160602 as follows. > > In file included from drivers/block/floppy.c:185:0: > include/linux/mc146818rtc.h: In function 'mc146818_is_updating': >

Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-02 Thread Guenter Roeck
Hi Arnd, sparc32:allmodconfig fails to build in next-20160602 as follows. In file included from drivers/block/floppy.c:185:0: include/linux/mc146818rtc.h: In function 'mc146818_is_updating': include/linux/mc146818rtc.h:138:9: error: 'rtc_port' undeclared (first use in this function)

Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-02 Thread Guenter Roeck
Hi Arnd, sparc32:allmodconfig fails to build in next-20160602 as follows. In file included from drivers/block/floppy.c:185:0: include/linux/mc146818rtc.h: In function 'mc146818_is_updating': include/linux/mc146818rtc.h:138:9: error: 'rtc_port' undeclared (first use in this function)