| commit | a2205cd2cbfb8fb217e6036f08773a09d1b6d75e | [log] [tgz] |
|---|---|---|
| author | Ben Dooks <ben-linux@fluff.org> | Fri Oct 31 16:14:39 2008 +0000 |
| committer | Ben Dooks <ben-linux@fluff.org> | Mon Dec 15 23:40:07 2008 +0000 |
| tree | 43d4157a5ab1c979fa40e131510aff0c4c86cbb8 | |
| parent | 5cc7fd88fc96072c333184ff359c818665ce2506 [diff] [blame] |
[ARM] S3C: Add SDHCI (HSMMC) channel 1 device definition Add device definition and support code for the Samsung HSMMC channel 1 device. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 68a3451..3f6544a 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile
@@ -21,3 +21,4 @@ # devices obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o +obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o