Re: [PATCH] platform/chrome: fix wilco-ec dependencies

2019-03-05 Thread Enric Balletbo i Serra
Hi, On 4/3/19 21:06, Arnd Bergmann wrote: > When CROS_EC_LPC is set to =m, we get a link failure for a > builtin wilco-ec module: > > drivers/platform/chrome/wilco_ec/core.o: In function `wilco_ec_remove': > core.c:(.text+0x26): undefined reference to `cros_ec_lpc_mec_destroy' > drivers/platform/

Re: [PATCH] platform/chrome: fix wilco-ec dependencies

2019-03-05 Thread Arnd Bergmann
On Tue, Mar 5, 2019 at 1:53 AM Nick Crews wrote: > > On Mon, Mar 4, 2019 at 1:06 PM Arnd Bergmann wrote: > > > > When CROS_EC_LPC is set to =m, we get a link failure for a > > builtin wilco-ec module: > > > > drivers/platform/chrome/wilco_ec/core.o: In function `wilco_ec_remove': > > core.c:(.tex

Re: [PATCH] platform/chrome: fix wilco-ec dependencies

2019-03-04 Thread Nick Crews
On Mon, Mar 4, 2019 at 1:06 PM Arnd Bergmann wrote: > > When CROS_EC_LPC is set to =m, we get a link failure for a > builtin wilco-ec module: > > drivers/platform/chrome/wilco_ec/core.o: In function `wilco_ec_remove': > core.c:(.text+0x26): undefined reference to `cros_ec_lpc_mec_destroy' > driver

[PATCH] platform/chrome: fix wilco-ec dependencies

2019-03-04 Thread Arnd Bergmann
When CROS_EC_LPC is set to =m, we get a link failure for a builtin wilco-ec module: drivers/platform/chrome/wilco_ec/core.o: In function `wilco_ec_remove': core.c:(.text+0x26): undefined reference to `cros_ec_lpc_mec_destroy' drivers/platform/chrome/wilco_ec/core.o: In function `wilco_ec_probe': c