diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 16:14:40 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 16:17:40 +0000 |
commit | 2fa73b8762fc76009a873a22abee1760408ec1b6 (patch) | |
tree | 872782081e572f94e0db168f34c679e7b1c602b9 /arch/arm/plat-s3c/Makefile | |
parent | 9b4690791210f983d567b2c32702bc3a6e707e04 (diff) |
[ARM] S3C: Make i2c device definition common to plat-s3c
Make the device i2c0 common to plat-s3c and move the
definitions from arch/arm/plat-s3c24xx/devs.c
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 3f6544a95fe..187fa95b87d 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile @@ -22,3 +22,4 @@ obj-y += gpio-config.o obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o +obj-y += dev-i2c0.o |