From: Tushar Behera Date: Tue, 18 Jun 2013 17:22:18 +0000 (+0900) Subject: ARM: SAMSUNG: Consolidate uncompress subroutine X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~72^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c1b8386b31aeda911afaf11f032006d403addf;p=pandora-kernel.git ARM: SAMSUNG: Consolidate uncompress subroutine For mach-exynos, uart_base is a pointer and the value is calculated in the machine folder. For other machines, uart_base is defined as a macro in platform directory. For symmetry, the uart_base macro definition is removed and the uart_base calculation is moved to specific machine folders. This would help us consolidating uncompress subroutine for s5p64x0. Signed-off-by: Tushar Behera Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed