[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <1344566026-20813-1-git-send-email-myungjoo.ham@samsung.com>
Date: Fri, 10 Aug 2012 11:33:46 +0900
From: MyungJoo Ham <myungjoo.ham@...sung.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, cw00.choi@...sung.com,
kyungmin.park@...sung.com, lars@...afoo.de,
anish kumar <anish198519851985@...il.com>,
Peter Meerwald <pmeerw@...erw.net>
Subject: [PATCH resend] Extcon: renamed files to comply with the standard
naming.
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@...sung.com>
---
drivers/extcon/Makefile | 4 ++--
drivers/extcon/{extcon_class.c => extcon-class.c} | 0
drivers/extcon/{extcon_gpio.c => extcon-gpio.c} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename drivers/extcon/{extcon_class.c => extcon-class.c} (100%)
rename drivers/extcon/{extcon_gpio.c => extcon-gpio.c} (100%)
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile
index bc7111e..68d6944 100644
--- a/drivers/extcon/Makefile
+++ b/drivers/extcon/Makefile
@@ -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_ADC_JACK) += extcon-adc-jack.o
obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
diff --git a/drivers/extcon/extcon_class.c b/drivers/extcon/extcon-class.c
similarity index 100%
rename from drivers/extcon/extcon_class.c
rename to drivers/extcon/extcon-class.c
diff --git a/drivers/extcon/extcon_gpio.c b/drivers/extcon/extcon-gpio.c
similarity index 100%
rename from drivers/extcon/extcon_gpio.c
rename to drivers/extcon/extcon-gpio.c
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists