Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f68a8342 authored by Chanwoo Choi's avatar Chanwoo Choi
Browse files

extcon: Rename extcon core driver



This patch renames the extcon core driver from extcon-class.c
to extcon.c because '-class' postfix is not necessary.

Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 43f0acd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
# Makefile for external connector class (extcon) devices
# Makefile for external connector class (extcon) devices
#
#


obj-$(CONFIG_EXTCON)		+= extcon-class.o
obj-$(CONFIG_EXTCON)		+= extcon.o
obj-$(CONFIG_EXTCON_ADC_JACK)	+= extcon-adc-jack.o
obj-$(CONFIG_EXTCON_ADC_JACK)	+= extcon-adc-jack.o
obj-$(CONFIG_EXTCON_ARIZONA)	+= extcon-arizona.o
obj-$(CONFIG_EXTCON_ARIZONA)	+= extcon-arizona.o
obj-$(CONFIG_EXTCON_GPIO)	+= extcon-gpio.o
obj-$(CONFIG_EXTCON_GPIO)	+= extcon-gpio.o
+0 −0

File moved.