Re: [patch] drivers, mfd: fix link error

2013-03-21 Thread Samuel Ortiz
Hi David, On Thu, Mar 21, 2013 at 12:08:33PM -0700, David Rientjes wrote: > CONFIG_MFD_CROS_EC requires CONFIG_MFD_CORE for a couple of functions that > are declared but not defined: > > ERROR: "mfd_remove_devices" [drivers/mfd/cros_ec.ko] undefined! > ERROR: "mfd_add_devices" [drive

Re: [patch] drivers, mfd: fix link error

2013-03-21 Thread Simon Glass
On Thu, Mar 21, 2013 at 12:08 PM, David Rientjes wrote: > CONFIG_MFD_CROS_EC requires CONFIG_MFD_CORE for a couple of functions that > are declared but not defined: > > ERROR: "mfd_remove_devices" [drivers/mfd/cros_ec.ko] undefined! > ERROR: "mfd_add_devices" [drivers/mfd/cros_ec.k

[patch] drivers, mfd: fix link error

2013-03-21 Thread David Rientjes
CONFIG_MFD_CROS_EC requires CONFIG_MFD_CORE for a couple of functions that are declared but not defined: ERROR: "mfd_remove_devices" [drivers/mfd/cros_ec.ko] undefined! ERROR: "mfd_add_devices" [drivers/mfd/cros_ec.ko] undefined! Fix it by selecting CONFIG_MFD_CORE anytime CONFIG