From 5d9892946a804d4e3c197b35903d3665ca1ea238 Mon Sep 17 00:00:00 2001 From: Eduardo Valentin Date: Tue, 26 Feb 2013 18:53:37 -0400 Subject: [PATCH] --- yaml --- r: 363359 b: refs/heads/master c: 687ad31ca3debfbc6803a323018f3bfc00a03b98 h: refs/heads/master i: 363357: ea00d5e0c71a0ea8728948bf1cf271130de7e44d 363355: 66db5f269d8740986edac8837078c1a069408771 363351: 09f015c668f0a006e758e202613e6d3644e781e6 363343: 5613296f746fb1f4977547b76229ed8340801b5e 363327: 1b8cc56a0f916aba23793a660841e015f43eb60a v: v3 --- [refs] | 2 +- trunk/drivers/staging/omap-thermal/Makefile | 4 ++-- .../omap-thermal/{omap4-thermal.c => omap4-thermal-data.c} | 0 .../omap-thermal/{omap5-thermal.c => omap5-thermal-data.c} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename trunk/drivers/staging/omap-thermal/{omap4-thermal.c => omap4-thermal-data.c} (100%) rename trunk/drivers/staging/omap-thermal/{omap5-thermal.c => omap5-thermal-data.c} (100%) diff --git a/[refs] b/[refs] index adc01eb37410..393a05f95580 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8a8f847cc3762f07851e377c7b9515634372bb2 +refs/heads/master: 687ad31ca3debfbc6803a323018f3bfc00a03b98 diff --git a/trunk/drivers/staging/omap-thermal/Makefile b/trunk/drivers/staging/omap-thermal/Makefile index 091c4d20b14d..fbd14d1365db 100644 --- a/trunk/drivers/staging/omap-thermal/Makefile +++ b/trunk/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/trunk/drivers/staging/omap-thermal/omap4-thermal.c b/trunk/drivers/staging/omap-thermal/omap4-thermal-data.c similarity index 100% rename from trunk/drivers/staging/omap-thermal/omap4-thermal.c rename to trunk/drivers/staging/omap-thermal/omap4-thermal-data.c diff --git a/trunk/drivers/staging/omap-thermal/omap5-thermal.c b/trunk/drivers/staging/omap-thermal/omap5-thermal-data.c similarity index 100% rename from trunk/drivers/staging/omap-thermal/omap5-thermal.c rename to trunk/drivers/staging/omap-thermal/omap5-thermal-data.c