diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-29 16:38:30 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2016-06-30 15:18:40 +0200 |
commit | af61f96109b73fefbe0589c320d2219567f4f660 (patch) | |
tree | 57d263dec1f8bd89134940777eb1e6860ac5a8db /drivers/pinctrl/pinctrl-at91-pio4.c | |
parent | extcon: Fix the wrong description about extcon_set/get_cable_state_() (diff) | |
download | linux-af61f96109b73fefbe0589c320d2219567f4f660.tar.xz linux-af61f96109b73fefbe0589c320d2219567f4f660.zip |
extcon: link devres into core module
Splitting the resource-managed functions into a separate module
means that the extcon core now fails to build because the internal
"extcon_dev_allocate" symbol is not exported:
ERROR: extcon_dev_allocate [drivers/extcon/devres.ko] undefined!
My guess is that the intention was not to have two separate
modules (which could be fixed by adding an export, plus the
normal MODULE_AUTHOR/MODULE_LICENSE/... fields), but have two
source files in the same module.
This fixes the Makefile accordingly, making the name of the
module extcon_core.ko, which is created from building both
extcon.c and devres.c.
Fixes: b225d00f3ad2 ("extcon: Split out the resource-managed functions from extcon core")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/pinctrl/pinctrl-at91-pio4.c')
0 files changed, 0 insertions, 0 deletions