From: Thomas Abraham Date: Tue, 14 Jun 2011 10:12:26 +0000 (+0900) Subject: serial: Remove redundant console_initcall from s3c and s5p console drivers X-Git-Tag: v3.1-rc1~149^2^2~9^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5822a5df5ee2bbb2a98a4baadf065829e191395f;p=pandora-kernel.git serial: Remove redundant console_initcall from s3c and s5p console drivers Uart port is registered as a console during the driver's probe. So explict registration of console with console_initcall is removed. Signed-off-by: Thomas Abraham [kgene.kim@samsung.com: removed changes of s3c2400 and s3c24a0] Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed