From: Chanwoo Choi Date: Fri, 27 Sep 2013 00:20:26 +0000 (+0900) Subject: extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~65^2~46^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d7d7539a7bcf1d493b989465283c464f4a0525;p=pandora-kernel.git extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter This patch remove extcon_dev_register()'s second parameter which means the pointer of parent device to simplify prototype of this function. So, if extcon device has the parent device, it should set the pointer of parent device to edev.dev.parent in extcon device driver instead of in extcon_dev_register(). Cc: Graeme Gregory Cc: Kishon Vijay Abraham I Cc: Charles Keepax Cc: Mark Brown Signed-off-by: Chanwoo Choi Signed-off-by: Myungjoo Ham --- Reading git-diff-tree failed