diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-12 02:04:30 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-12 02:04:30 -0400 |
commit | e5567598c61907187261aba7095ac825d8060827 (patch) | |
tree | 47395e02cc501f374b77749500dfe31fb772d09b /arch/arm/plat-samsung | |
parent | 8b60d520c307437f497d7a579d349d5488abf782 (diff) | |
parent | e433d4440bf7dd5955a4616cfb9bffd1ec6ab839 (diff) |
Merge branch 'renesas/pmu' into next/soc
* renesas/pmu:
ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit)
ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/devs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index fc49f3dabd76..6ff45d53362c 100644 --- a/arch/arm/plat-samsung/devs.c +++ b/arch/arm/plat-samsung/devs.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <media/s5p_hdmi.h> | 35 | #include <media/s5p_hdmi.h> |
36 | 36 | ||
37 | #include <asm/irq.h> | 37 | #include <asm/irq.h> |
38 | #include <asm/pmu.h> | ||
39 | #include <asm/mach/arch.h> | 38 | #include <asm/mach/arch.h> |
40 | #include <asm/mach/map.h> | 39 | #include <asm/mach/map.h> |
41 | #include <asm/mach/irq.h> | 40 | #include <asm/mach/irq.h> |
@@ -1132,7 +1131,7 @@ static struct resource s5p_pmu_resource[] = { | |||
1132 | 1131 | ||
1133 | static struct platform_device s5p_device_pmu = { | 1132 | static struct platform_device s5p_device_pmu = { |
1134 | .name = "arm-pmu", | 1133 | .name = "arm-pmu", |
1135 | .id = ARM_PMU_DEVICE_CPU, | 1134 | .id = -1, |
1136 | .num_resources = ARRAY_SIZE(s5p_pmu_resource), | 1135 | .num_resources = ARRAY_SIZE(s5p_pmu_resource), |
1137 | .resource = s5p_pmu_resource, | 1136 | .resource = s5p_pmu_resource, |
1138 | }; | 1137 | }; |