aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/devs.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-03-19 16:52:33 -0400
committerArnd Bergmann <arnd@arndb.de>2012-03-20 06:07:48 -0400
commitbde755679a3ba5af0d16231f8532e8373c5e2ecc (patch)
tree782fa01306ada3e084bd3c47ea1af378b97c0e16 /arch/arm/plat-samsung/devs.c
parent62a16d025c683fe9e1eada7683095013b96ce9d1 (diff)
parent44b2cef5ae6da48523fa634230ca66107110a7dd (diff)
Merge branch 'samsung/cleanup-exynos-clock' into next/soc
Conflicts: arch/arm/mach-exynos/clock-exynos4.c arch/arm/mach-exynos/clock.c The cleanup moves the exynos4 clock implementation away, while the other branch modifies the file with the old name. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-samsung/devs.c')
-rw-r--r--arch/arm/plat-samsung/devs.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c
index 45d8e5c53ea..8b928f9bc1c 100644
--- a/arch/arm/plat-samsung/devs.c
+++ b/arch/arm/plat-samsung/devs.c
@@ -791,17 +791,6 @@ struct platform_device s3c_device_iis = {
791}; 791};
792#endif /* CONFIG_PLAT_S3C24XX */ 792#endif /* CONFIG_PLAT_S3C24XX */
793 793
794#ifdef CONFIG_CPU_S3C2440
795struct platform_device s3c2412_device_iis = {
796 .name = "s3c2412-iis",
797 .id = -1,
798 .dev = {
799 .dma_mask = &samsung_device_dma_mask,
800 .coherent_dma_mask = DMA_BIT_MASK(32),
801 }
802};
803#endif /* CONFIG_CPU_S3C2440 */
804
805/* IDE CFCON */ 794/* IDE CFCON */
806 795
807#ifdef CONFIG_SAMSUNG_DEV_IDE 796#ifdef CONFIG_SAMSUNG_DEV_IDE
@@ -1125,7 +1114,7 @@ static struct resource s5p_pmu_resource[] = {
1125 DEFINE_RES_IRQ(IRQ_PMU) 1114 DEFINE_RES_IRQ(IRQ_PMU)
1126}; 1115};
1127 1116
1128struct platform_device s5p_device_pmu = { 1117static struct platform_device s5p_device_pmu = {
1129 .name = "arm-pmu", 1118 .name = "arm-pmu",
1130 .id = ARM_PMU_DEVICE_CPU, 1119 .id = ARM_PMU_DEVICE_CPU,
1131 .num_resources = ARRAY_SIZE(s5p_pmu_resource), 1120 .num_resources = ARRAY_SIZE(s5p_pmu_resource),