diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-03-18 19:55:46 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2014-03-19 14:41:58 +0900 |
commit | 1ad94ffef22c0a6e2ee6ba90a800c32fd29ffa1f (patch) | |
tree | 1cacdc1749c8ca3d47e3ef8fc19fa5228db4354e /drivers/extcon/Makefile | |
parent | ca48824117b3ceaa4e35a7c5d651b95c288308e6 (diff) | |
download | linux-stable-1ad94ffef22c0a6e2ee6ba90a800c32fd29ffa1f.tar.gz linux-stable-1ad94ffef22c0a6e2ee6ba90a800c32fd29ffa1f.tar.bz2 linux-stable-1ad94ffef22c0a6e2ee6ba90a800c32fd29ffa1f.zip |
extcon: Move OF helper function to extcon core and change function name
This patch move simply OF helper function to extcon core and change function
name as following:
- of_extcon_get_extcon_dev() -> extcon_get_edev_by_phandle()
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/extcon/Makefile')
-rw-r--r-- | drivers/extcon/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile index 43eccc0e3448..bf7861ec0906 100644 --- a/drivers/extcon/Makefile +++ b/drivers/extcon/Makefile @@ -2,8 +2,6 @@ # Makefile for external connector class (extcon) devices # -obj-$(CONFIG_OF_EXTCON) += of_extcon.o - obj-$(CONFIG_EXTCON) += extcon-class.o obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o |