diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-05-12 16:22:17 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-12 16:22:17 +0900 |
commit | 618ae08a8804cc545e692f12293e3dd165c4dd77 (patch) | |
tree | 31d370a5cefca66d9ff556e9c4817ab62abc4c65 /arch/arm/plat-s3c24xx/Makefile | |
parent | 4a9f52fd8959481e75af2f1e17283813892fdd72 (diff) | |
download | op-kernel-dev-618ae08a8804cc545e692f12293e3dd165c4dd77.zip op-kernel-dev-618ae08a8804cc545e692f12293e3dd165c4dd77.tar.gz |
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/Makefile | 1 |
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 |