diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-03-19 16:52:33 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-03-20 06:07:48 -0400 |
commit | bde755679a3ba5af0d16231f8532e8373c5e2ecc (patch) | |
tree | 782fa01306ada3e084bd3c47ea1af378b97c0e16 /arch/arm/plat-samsung | |
parent | 62a16d025c683fe9e1eada7683095013b96ce9d1 (diff) | |
parent | 44b2cef5ae6da48523fa634230ca66107110a7dd (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')
-rw-r--r-- | arch/arm/plat-samsung/devs.c | 13 | ||||
-rw-r--r-- | arch/arm/plat-samsung/dma-ops.c | 2 |
2 files changed, 2 insertions, 13 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index 45d8e5c53ea5..8b928f9bc1c3 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 | ||
795 | struct 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 | ||
1128 | struct platform_device s5p_device_pmu = { | 1117 | static 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), |
diff --git a/arch/arm/plat-samsung/dma-ops.c b/arch/arm/plat-samsung/dma-ops.c index 0747c77a2fd5..301d9c319d0b 100644 --- a/arch/arm/plat-samsung/dma-ops.c +++ b/arch/arm/plat-samsung/dma-ops.c | |||
@@ -116,7 +116,7 @@ static inline int samsung_dmadev_flush(unsigned ch) | |||
116 | return dmaengine_terminate_all((struct dma_chan *)ch); | 116 | return dmaengine_terminate_all((struct dma_chan *)ch); |
117 | } | 117 | } |
118 | 118 | ||
119 | struct samsung_dma_ops dmadev_ops = { | 119 | static struct samsung_dma_ops dmadev_ops = { |
120 | .request = samsung_dmadev_request, | 120 | .request = samsung_dmadev_request, |
121 | .release = samsung_dmadev_release, | 121 | .release = samsung_dmadev_release, |
122 | .prepare = samsung_dmadev_prepare, | 122 | .prepare = samsung_dmadev_prepare, |