extcon: add EXPORT_SYMBOL_GPL for exported functions
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 3 Jun 2013 16:13:38 +0000 (01:13 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 23:03:35 +0000 (16:03 -0700)
commit9c8a013af49cb82a1a47bede56e8ce5efd93b734
treeaf0736309836b237c8745569800d63c45dc755c5
parentea9dd9d655adf16b083b79ad84e5b012543f659f
extcon: add EXPORT_SYMBOL_GPL for exported functions

Added EXPORT_SYMBOL_GPL() for extcon_register_interest and
extcon_register_notifier in order to avoid undefined reference
error when building the consumer modules of extcon as _modules_.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/extcon-class.c