aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTomasz Figa <tomasz.figa@gmail.com>2013-04-27 20:49:47 -0400
committerTomasz Figa <tomasz.figa@gmail.com>2013-08-12 15:53:23 -0400
commita2eed492f8192db692c3697b3465ea467b7abc10 (patch)
treebd4ff33de54c5c93772f2db1c175906bae6d5623 /arch
parent6059235c510ced2be3e86c7a09dc1d27da993023 (diff)
ARM: SAMSUNG: Remove old PWM timer platform devices
This patch removes old Samsung PWM timer platform devices that are not used any more. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Tested-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Mark Brown <broonie@linaro.org> Tested-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-samsung/devs.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c
index 290f63a7aa64..8ce0ac007eb9 100644
--- a/arch/arm/plat-samsung/devs.c
+++ b/arch/arm/plat-samsung/devs.c
@@ -1098,24 +1098,6 @@ arch_initcall(s5p_pmu_init);
1098/* PWM Timer */ 1098/* PWM Timer */
1099 1099
1100#ifdef CONFIG_SAMSUNG_DEV_PWM 1100#ifdef CONFIG_SAMSUNG_DEV_PWM
1101
1102#define DEFINE_S3C_TIMER(_tmr_no) \
1103 .name = "s3c24xx-pwm", \
1104 .id = _tmr_no, \
1105
1106/*
1107 * since we already have an static mapping for the timer,
1108 * we do not bother setting any IO resource for the base.
1109 */
1110
1111struct platform_device s3c_device_timer[] = {
1112 [0] = { DEFINE_S3C_TIMER(0) },
1113 [1] = { DEFINE_S3C_TIMER(1) },
1114 [2] = { DEFINE_S3C_TIMER(2) },
1115 [3] = { DEFINE_S3C_TIMER(3) },
1116 [4] = { DEFINE_S3C_TIMER(4) },
1117};
1118
1119static struct resource samsung_pwm_resource[] = { 1101static struct resource samsung_pwm_resource[] = {
1120 DEFINE_RES_MEM(SAMSUNG_PA_TIMER, SZ_4K), 1102 DEFINE_RES_MEM(SAMSUNG_PA_TIMER, SZ_4K),
1121}; 1103};