extcon: Move OF helper function to extcon core and change function name
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 18 Mar 2014 10:55:46 +0000 (19:55 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 19 Mar 2014 05:41:58 +0000 (14:41 +0900)
commit1ad94ffef22c0a6e2ee6ba90a800c32fd29ffa1f
tree1cacdc1749c8ca3d47e3ef8fc19fa5228db4354e
parentca48824117b3ceaa4e35a7c5d651b95c288308e6
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>
drivers/extcon/Kconfig
drivers/extcon/Makefile
drivers/extcon/extcon-class.c
drivers/extcon/of_extcon.c [deleted file]
drivers/usb/dwc3/dwc3-omap.c
include/linux/extcon.h
include/linux/extcon/of_extcon.h [deleted file]