This patch renames the extcon core driver from 'extcon-class.c' to 'extcon.c'
because '-class' postfix is not necessary. And fix the checkpatch warning for
extcon provider drivers.

Chanwoo Choi (2):
  extcon: Rename extcon core driver
  extcon: Fix the checkpatch warning

 drivers/extcon/Makefile          |    2 +-
 drivers/extcon/extcon-class.c    | 1038 -------------------------------------
 drivers/extcon/extcon-max14577.c |    5 +-
 drivers/extcon/extcon-max77693.c |    5 +-
 drivers/extcon/extcon-max8997.c  |    5 +-
 drivers/extcon/extcon-rt8973a.c  |    6 +-
 drivers/extcon/extcon-sm5502.c   |    6 +-
 drivers/extcon/extcon-usb-gpio.c |    2 +-
 drivers/extcon/extcon.c          | 1039 ++++++++++++++++++++++++++++++++++++++
 9 files changed, 1049 insertions(+), 1059 deletions(-)
 delete mode 100644 drivers/extcon/extcon-class.c
 create mode 100644 drivers/extcon/extcon.c

-- 
1.8.5.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to