extcon: Remove optional print_name() function pointer of extcon_dev
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 27 May 2015 14:06:30 +0000 (23:06 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 29 May 2015 10:56:11 +0000 (19:56 +0900)
commitf8df88081183bd4d3c461c617c3519445eb85642
treec710005e6749611c2f6c23f7982e61a82d8defba
parent046050f6e623e442e9c71c525462ebd395dae526
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 <cw00.choi@samsung.com>
drivers/extcon/extcon.c
include/linux/extcon.h