From: Eduardo Valentin Date: Tue, 26 Feb 2013 22:53:37 +0000 (-0400) Subject: staging: omap-thermal: name data files accordingly X-Git-Tag: v3.10-rc1~192^2~737 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=687ad31ca3debfbc6803a323018f3bfc00a03b98;p=platform%2Fkernel%2Flinux-3.10.git staging: omap-thermal: name data files accordingly This patch simply changes the name of files containing data structure definition. Signed-off-by: Eduardo Valentin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/omap-thermal/Makefile b/drivers/staging/omap-thermal/Makefile index 091c4d2..fbd14d1 100644 --- a/drivers/staging/omap-thermal/Makefile +++ b/drivers/staging/omap-thermal/Makefile @@ -1,5 +1,5 @@ obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal.o omap-thermal-y := omap-bandgap.o omap-thermal-$(CONFIG_OMAP_THERMAL) += omap-thermal-common.o -omap-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal.o -omap-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal.o +omap-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal-data.o +omap-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal-data.o diff --git a/drivers/staging/omap-thermal/omap4-thermal.c b/drivers/staging/omap-thermal/omap4-thermal-data.c similarity index 100% rename from drivers/staging/omap-thermal/omap4-thermal.c rename to drivers/staging/omap-thermal/omap4-thermal-data.c diff --git a/drivers/staging/omap-thermal/omap5-thermal.c b/drivers/staging/omap-thermal/omap5-thermal-data.c similarity index 100% rename from drivers/staging/omap-thermal/omap5-thermal.c rename to drivers/staging/omap-thermal/omap5-thermal-data.c