Extcon: renamed files to comply with the standard naming.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 10 Aug 2012 02:33:46 +0000 (11:33 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 17:42:11 +0000 (10:42 -0700)
Replaced '_' with '-' in the extcon file names, which has been bogging
since new drivers have been using the standard naming.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/Makefile
drivers/extcon/extcon-class.c [moved from drivers/extcon/extcon_class.c with 100% similarity]
drivers/extcon/extcon-gpio.c [moved from drivers/extcon/extcon_gpio.c with 100% similarity]

index 88961b3..9c0682d 100644 (file)
@@ -2,8 +2,8 @@
 # Makefile for external connector class (extcon) devices
 #
 
-obj-$(CONFIG_EXTCON)           += extcon_class.o
-obj-$(CONFIG_EXTCON_GPIO)      += extcon_gpio.o
+obj-$(CONFIG_EXTCON)           += extcon-class.o
+obj-$(CONFIG_EXTCON_GPIO)      += extcon-gpio.o
 obj-$(CONFIG_EXTCON_MAX77693)  += extcon-max77693.o
 obj-$(CONFIG_EXTCON_MAX8997)   += extcon-max8997.o
 obj-$(CONFIG_EXTCON_ARIZONA)   += extcon-arizona.o