extcon: Move OF helper function to extcon core and change function name
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 18 Mar 2014 11:31:33 +0000 (20:31 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:28:39 +0000 (07:28 +0200)
commit7fa3a826a1967e31b90aecfcd0994c6c664ec6f4
tree69792a579a3d6c1b0a32cb2aefea3d623824f262
parent3303647842d1a726498c42f32732a3829d36c818
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()

Change-Id: I37fd827f945e3d713cfe15607689eab6792007b1
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/misc/sii9234.c
drivers/usb/gadget/udc-core.c
include/linux/extcon.h
include/linux/extcon/of_extcon.h [deleted file]