diff options
| author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-02-26 18:53:37 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-11 09:48:54 -0700 |
| commit | 687ad31ca3debfbc6803a323018f3bfc00a03b98 (patch) | |
| tree | f6504637422b9d6ace36f9fa07cac8900c8c093d | |
| parent | c8a8f847cc3762f07851e377c7b9515634372bb2 (diff) | |
staging: omap-thermal: name data files accordingly
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>
| -rw-r--r-- | drivers/staging/omap-thermal/Makefile | 4 | ||||
| -rw-r--r-- | drivers/staging/omap-thermal/omap4-thermal-data.c (renamed from drivers/staging/omap-thermal/omap4-thermal.c) | 0 | ||||
| -rw-r--r-- | drivers/staging/omap-thermal/omap5-thermal-data.c (renamed from drivers/staging/omap-thermal/omap5-thermal.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/omap-thermal/Makefile b/drivers/staging/omap-thermal/Makefile index 091c4d20b14d..fbd14d1365db 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 index 732c853174a2..732c853174a2 100644 --- a/drivers/staging/omap-thermal/omap4-thermal.c +++ b/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 index b20db0c65318..b20db0c65318 100644 --- a/drivers/staging/omap-thermal/omap5-thermal.c +++ b/drivers/staging/omap-thermal/omap5-thermal-data.c |
