From: Daniel Kurtz Date: Wed, 11 Dec 2013 22:09:33 +0000 (+0900) Subject: ARM: EXYNOS: Constify clksrc immutable register restore tables X-Git-Tag: cleanup-for-linus~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c394e7be4d267c02eaaac8fa197a7c1b023c99b;p=pandora-kernel.git ARM: EXYNOS: Constify clksrc immutable register restore tables The clksrc tables are constant, they are not used to store register values at suspend. size arch/arm/mach-exynos/pm.o text data bss 1591 212 12 // Before 1671 132 12 // After Signed-off-by: Daniel Kurtz Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed