From: Chanwoo Choi Date: Wed, 1 Jul 2015 04:11:30 +0000 (+0900) Subject: usb: dwc3: omap: Replace deprecated API of extcon X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5960387a2fb8314687351f6d8485cf62d7722b4e;p=pandora-kernel.git usb: dwc3: omap: Replace deprecated API of extcon This patch removes the deprecated notifier API of extcon framwork and then use the new extcon API with the unique id to indicate the each external connector (USB, USB-HOST). Alter deprecated API as following: - extcon_register_interest() -> extcon_register_notifier() - extcon_get_cable_state(*edev, char *) -> extcon_get_cable_state_(*edev, id) Cc: Felipe Balbi Cc: Greg Kroah-Hartman Signed-off-by: Chanwoo Choi Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed