diff options
author | Ben Dooks <ben@trinity.fluff.org> | 2007-05-20 13:13:32 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-20 15:03:31 -0400 |
commit | 69e9c93d0d7d9dfa6bdf5144274dbe65a627b63a (patch) | |
tree | 8e45225da8b36af48232c7319a5976def3a6a00e /include/asm-arm | |
parent | 42482e3c77bcb310affdf13e92b93f077d44a7fc (diff) |
[ARM] 4400/1: S3C24XX: Add high-speed MMC device definition
Add definition for high-speed MMC/SD device and add to SMDK2443
device list.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/plat-s3c24xx/devs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/plat-s3c24xx/devs.h b/include/asm-arm/plat-s3c24xx/devs.h index dddf485fc067..f9d6f0317bc1 100644 --- a/include/asm-arm/plat-s3c24xx/devs.h +++ b/include/asm-arm/plat-s3c24xx/devs.h | |||
@@ -29,6 +29,7 @@ extern struct platform_device s3c_device_iis; | |||
29 | extern struct platform_device s3c_device_rtc; | 29 | extern struct platform_device s3c_device_rtc; |
30 | extern struct platform_device s3c_device_adc; | 30 | extern struct platform_device s3c_device_adc; |
31 | extern struct platform_device s3c_device_sdi; | 31 | extern struct platform_device s3c_device_sdi; |
32 | extern struct platform_device s3c_device_hsmmc; | ||
32 | 33 | ||
33 | extern struct platform_device s3c_device_spi0; | 34 | extern struct platform_device s3c_device_spi0; |
34 | extern struct platform_device s3c_device_spi1; | 35 | extern struct platform_device s3c_device_spi1; |