summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c24xx/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2012-05-12 07:22:17 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2012-05-12 07:22:17 (GMT)
commit618ae08a8804cc545e692f12293e3dd165c4dd77 (patch)
tree31d370a5cefca66d9ff556e9c4817ab62abc4c65 /arch/arm/plat-s3c24xx/Makefile
parent4a9f52fd8959481e75af2f1e17283813892fdd72 (diff)
downloadlinux-fsl-qoriq-618ae08a8804cc545e692f12293e3dd165c4dd77.tar.xz
ARM: S3C24XX: move plat-s3c24xx/dev-uart.c into common.c
The uart devices are used on all s3c24xx machines, so they can reside in the common code for all machines. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r--arch/arm/plat-s3c24xx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile
index f7fe935..1e3126a 100644
--- a/arch/arm/plat-s3c24xx/Makefile
+++ b/arch/arm/plat-s3c24xx/Makefile
@@ -13,7 +13,6 @@ obj- :=
# Core files
obj-y += irq.o
-obj-y += dev-uart.o
obj-y += clock.o
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o