aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-07-01 13:17:24 +0100
committerBen Dooks <ben-linux@fluff.org>2008-07-03 16:51:30 +0100
commit6fc601e37bbb4045ee0afefc76b64284ea800c89 (patch)
treea13ef2ff40cd759b48a340225720ae6edfeef2d7 /include/asm-arm
parent[ARM] S3C2412: Correct parents for EREFCLK and UREFCLK (diff)
downloadlinux-dev-6fc601e37bbb4045ee0afefc76b64284ea800c89.tar.xz
linux-dev-6fc601e37bbb4045ee0afefc76b64284ea800c89.zip
[ARM] S3C24XX: PWM API support.
Add support for PWM in the S3C24XX series of SoC via the PWM API. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to '')
-rw-r--r--include/asm-arm/plat-s3c24xx/devs.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/asm-arm/plat-s3c24xx/devs.h b/include/asm-arm/plat-s3c24xx/devs.h
index f9d6f0317bc1..badaac9d64a8 100644
--- a/include/asm-arm/plat-s3c24xx/devs.h
+++ b/include/asm-arm/plat-s3c24xx/devs.h
@@ -21,6 +21,8 @@ extern struct s3c24xx_uart_resources s3c2410_uart_resources[];
extern struct platform_device *s3c24xx_uart_devs[];
extern struct platform_device *s3c24xx_uart_src[];
+extern struct platform_device s3c_device_timer[];
+
extern struct platform_device s3c_device_usb;
extern struct platform_device s3c_device_lcd;
extern struct platform_device s3c_device_wdt;
@@ -36,11 +38,6 @@ extern struct platform_device s3c_device_spi1;
extern struct platform_device s3c_device_nand;
-extern struct platform_device s3c_device_timer0;
-extern struct platform_device s3c_device_timer1;
-extern struct platform_device s3c_device_timer2;
-extern struct platform_device s3c_device_timer3;
-
extern struct platform_device s3c_device_usbgadget;
/* s3c2440 specific devices */