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

2016-12-19 Thread Paul Cercueil
Hi, Le 2016-12-19 10:47, Alexandre Belloni a écrit : > 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.

[rtc-linux] 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. > > >

[rtc-linux] 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 > --- > drivers/rtc/Kconfig