aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/devices-db8500.c
diff options
context:
space:
mode:
authorRajagopala V <rajagopala.v@stericsson.com>2011-08-05 16:52:41 +0530
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:54:31 +0200
commit0eb0e5ca4d59d086848810ea96414294ca06bde0 (patch)
tree612d528e9c0440c3f746c61c65374a184febbef4 /arch/arm/mach-ux500/devices-db8500.c
parent0c2bd326af078f2f5e5b4931f9c7cbd89ed77c95 (diff)
hwmon: dbx500: Migrate to kernel3.0
Patch includes following commits u5500: prcmu: add irqs for db5500 temperature sensor dbx500: hwmon: temperature monitor support for DB5500 ST-Ericsson ID: 352334 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Signed-off-by: Rajagopala V <rajagopala.v@stericsson.com> Change-Id: I4df816759c0f8d039b88788e35372c05990c11ce Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29681
Diffstat (limited to 'arch/arm/mach-ux500/devices-db8500.c')
-rw-r--r--arch/arm/mach-ux500/devices-db8500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c
index 31a4d85c5d5..f2e865d7872 100644
--- a/arch/arm/mach-ux500/devices-db8500.c
+++ b/arch/arm/mach-ux500/devices-db8500.c
@@ -436,8 +436,8 @@ static struct resource u8500_thsens_resources[] = {
},
};
-struct platform_device u8500_thsens_device = {
- .name = "db8500_temp",
+struct platform_device ux500_thsens_device = {
+ .name = "dbx500_temp",
.resource = u8500_thsens_resources,
.num_resources = ARRAY_SIZE(u8500_thsens_resources),
};