From: Uwe Kleine-König Date: Tue, 10 Nov 2009 08:18:06 +0000 (+0100) Subject: regulator/mc13783: rename source file to match other drivers X-Git-Tag: v2.6.33-rc1~36^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4b90c659d88d09dcb4e34dce5123458cb1b5071;p=thirdparty%2Fkernel%2Flinux.git regulator/mc13783: rename source file to match other drivers One annoying thing about the old name was that the module was just called mc13783 which caused wrong expectations (at least for me). Signed-off-by: Uwe Kleine-König Cc: Sascha Hauer Cc: Liam Girdwood Cc: Mark Brown Cc: Samuel Ortiz Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 499ed079811fb..b3c806c794157 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -21,7 +21,7 @@ obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o obj-$(CONFIG_REGULATOR_DA903X) += da903x.o obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o -obj-$(CONFIG_REGULATOR_MC13783) += mc13783.o +obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o diff --git a/drivers/regulator/mc13783.c b/drivers/regulator/mc13783-regulator.c similarity index 100% rename from drivers/regulator/mc13783.c rename to drivers/regulator/mc13783-regulator.c