From: Chanwoo Choi Date: Wed, 27 May 2015 14:06:30 +0000 (+0900) Subject: extcon: Remove optional print_name() function pointer of extcon_dev X-Git-Tag: omap-for-v4.3/legacy-v2-signed~123^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8df88081183bd4d3c461c617c3519445eb85642;p=pandora-kernel.git extcon: Remove optional print_name() function pointer of extcon_dev This patch removes the optional print_name() function pointer included in 'struct extcon_dev' because the extcon must maintain the consistent name of extcon device on sysfs instead of inconsistent name. After merged patch[1], extcon can maintain the consistent name of extcon device without any hard-coded device name. [1] https://lkml.org/lkml/2015/4/27/258 Signed-off-by: Chanwoo Choi --- Reading git-diff-tree failed