]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: S3C24XX: move plat-s3c24xx/dev-uart.c into common.c
authorHeiko Stuebner <heiko@sntech.de>
Sat, 12 May 2012 07:22:17 +0000 (16:22 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 12 May 2012 07:22:17 +0000 (16:22 +0900)
commit618ae08a8804cc545e692f12293e3dd165c4dd77
tree31d370a5cefca66d9ff556e9c4817ab62abc4c65
parent4a9f52fd8959481e75af2f1e17283813892fdd72
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>
arch/arm/mach-s3c24xx/common.c
arch/arm/plat-s3c24xx/Makefile
arch/arm/plat-s3c24xx/dev-uart.c [deleted file]