From 9e170141f21e39556bf212d641c7f3958174712e Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Mon, 28 May 2012 16:47:15 +0800 Subject: [PATCH] --- yaml --- r: 310115 b: refs/heads/master c: dee42ebe45321aa5852d47bde520564e715cf321 h: refs/heads/master i: 310113: f01acb69892457af0da3e15a84a2d6ba6fc16aa5 310111: 17dd12989a5130e2b9866f2b768bd4161c17a031 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-ux500/cpu-db8500.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5d318506f4eb..eda42cacf9e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ada46cda50369444a81a2cf4bf21f580fcb1d6d1 +refs/heads/master: dee42ebe45321aa5852d47bde520564e715cf321 diff --git a/trunk/arch/arm/mach-ux500/cpu-db8500.c b/trunk/arch/arm/mach-ux500/cpu-db8500.c index 04244b081a47..33275eb4c689 100644 --- a/trunk/arch/arm/mach-ux500/cpu-db8500.c +++ b/trunk/arch/arm/mach-ux500/cpu-db8500.c @@ -140,7 +140,6 @@ static struct platform_device *platform_devs[] __initdata = { static struct platform_device *of_platform_devs[] __initdata = { &u8500_dma40_device, &db8500_pmu_device, - &db8500_prcmu_device, }; static resource_size_t __initdata db8500_gpio_base[] = { @@ -251,7 +250,7 @@ struct device * __init u8500_of_init_devices(void) * Devices to be DT:ed: * u8500_dma40_device = todo * db8500_pmu_device = todo - * db8500_prcmu_device = todo + * db8500_prcmu_device = done */ platform_add_devices(of_platform_devs, ARRAY_SIZE(of_platform_devs));