staging: omap-thermal: name data files accordingly
authorEduardo Valentin <eduardo.valentin@ti.com>
Tue, 26 Feb 2013 22:53:37 +0000 (18:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:48:54 +0000 (09:48 -0700)
This patch simply changes the name of files containing data structure definition.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omap-thermal/Makefile
drivers/staging/omap-thermal/omap4-thermal-data.c [moved from drivers/staging/omap-thermal/omap4-thermal.c with 100% similarity]
drivers/staging/omap-thermal/omap5-thermal-data.c [moved from drivers/staging/omap-thermal/omap5-thermal.c with 100% similarity]

index 091c4d2..fbd14d1 100644 (file)
@@ -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