]> git.karo-electronics.de Git - linux-beck.git/commitdiff
extcon: Rename extcon core driver
authorChanwoo Choi <cw00.choi@samsung.com>
Sat, 7 Mar 2015 13:58:10 +0000 (22:58 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Sat, 7 Mar 2015 13:58:10 +0000 (22:58 +0900)
This patch renames the extcon core driver from extcon-class.c
to extcon.c because '-class' postfix is not necessary.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/Makefile
drivers/extcon/extcon.c [moved from drivers/extcon/extcon-class.c with 100% similarity]

index e1eb2d50e72b85043749a84b185b844d0b693e90..9204114791a3f749fac44d88ade5e8f4f8d7d175 100644 (file)
@@ -2,7 +2,7 @@
 # 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_ARIZONA)   += extcon-arizona.o
 obj-$(CONFIG_EXTCON_GPIO)      += extcon-gpio.o