diff options
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 068526a7ddac..6869052fe096 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * arch/arm/mach-u300/core.c | 3 | * arch/arm/mach-u300/core.c |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 2007-2009 ST-Ericsson AB | 6 | * Copyright (C) 2007-2010 ST-Ericsson AB |
7 | * License terms: GNU General Public License (GPL) version 2 | 7 | * License terms: GNU General Public License (GPL) version 2 |
8 | * Core platform support, IRQ handling and device definitions. | 8 | * Core platform support, IRQ handling and device definitions. |
9 | * Author: Linus Walleij <linus.walleij@stericsson.com> | 9 | * Author: Linus Walleij <linus.walleij@stericsson.com> |
@@ -1400,7 +1400,7 @@ static struct coh901318_platform coh901318_platform = { | |||
1400 | }; | 1400 | }; |
1401 | 1401 | ||
1402 | static struct platform_device wdog_device = { | 1402 | static struct platform_device wdog_device = { |
1403 | .name = "wdog", | 1403 | .name = "coh901327_wdog", |
1404 | .id = -1, | 1404 | .id = -1, |
1405 | .num_resources = ARRAY_SIZE(wdog_resources), | 1405 | .num_resources = ARRAY_SIZE(wdog_resources), |
1406 | .resource = wdog_resources, | 1406 | .resource = wdog_resources, |