aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:11:18 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:11:18 +0000
commite5a726ae83bdf8a9b9328b061cdbef0b16545624 (patch)
treef57922ac9deed5045fe594336dedb8a91397c898 /arch/arm/plat-s3c
parent0858b9f5ca2872d93a8cb33207fade4ad06e62df (diff)
tracking-2442-2.6.28-rc2-i2c-6410-changes.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r--arch/arm/plat-s3c/include/plat/devs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h
index 6b1b5231511..cf160ab4752 100644
--- a/arch/arm/plat-s3c/include/plat/devs.h
+++ b/arch/arm/plat-s3c/include/plat/devs.h
@@ -45,10 +45,11 @@ extern struct platform_device s3c_device_nand;
extern struct platform_device s3c_device_usbgadget;
+extern struct platform_device s3c_device_ts;
+
/* s3c2440 specific devices */
#ifdef CONFIG_CPU_S3C2440
extern struct platform_device s3c_device_camif;
-
#endif