Re: [PATCH 2/2] rtc: jz4740: make the driver builtin only

2016-12-19 Thread Alexandre Belloni
Hi, On 19/12/2016 at 09:03:17 +0100, Geert Uytterhoeven wrote : > On Wed, Nov 9, 2016 at 1:37 AM, Alexandre Belloni > wrote: > > Since the driver is now calling machine_halt() that is not exported, it has > > to be built in the kernel. Building it as a

Re: [PATCH 2/2] rtc: jz4740: make the driver builtin only

2016-12-19 Thread Alexandre Belloni
Hi, On 19/12/2016 at 09:03:17 +0100, Geert Uytterhoeven wrote : > On Wed, Nov 9, 2016 at 1:37 AM, Alexandre Belloni > wrote: > > Since the driver is now calling machine_halt() that is not exported, it has > > to be built in the kernel. Building it as a module will fail at linking > > time. > > >

Re: [PATCH 2/2] rtc: jz4740: make the driver builtin only

2016-12-19 Thread Geert Uytterhoeven
Hi Alexandre, On Wed, Nov 9, 2016 at 1:37 AM, Alexandre Belloni wrote: > Since the driver is now calling machine_halt() that is not exported, it has > to be built in the kernel. Building it as a module will fail at linking > time. > > Signed-off-by:

Re: [PATCH 2/2] rtc: jz4740: make the driver builtin only

2016-12-19 Thread Geert Uytterhoeven
Hi Alexandre, On Wed, Nov 9, 2016 at 1:37 AM, Alexandre Belloni wrote: > Since the driver is now calling machine_halt() that is not exported, it has > to be built in the kernel. Building it as a module will fail at linking > time. > > Signed-off-by: Alexandre Belloni > --- >

[PATCH 2/2] rtc: jz4740: make the driver builtin only

2016-11-08 Thread Alexandre Belloni
Since the driver is now calling machine_halt() that is not exported, it has to be built in the kernel. Building it as a module will fail at linking time. Signed-off-by: Alexandre Belloni --- drivers/rtc/Kconfig | 5 + drivers/rtc/rtc-jz4740.c | 10

[PATCH 2/2] rtc: jz4740: make the driver builtin only

2016-11-08 Thread Alexandre Belloni
Since the driver is now calling machine_halt() that is not exported, it has to be built in the kernel. Building it as a module will fail at linking time. Signed-off-by: Alexandre Belloni --- drivers/rtc/Kconfig | 5 + drivers/rtc/rtc-jz4740.c | 10 +- 2 files changed, 2