From 7c394e7be4d267c02eaaac8fa197a7c1b023c99b Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Thu, 12 Dec 2013 07:09:33 +0900 Subject: [PATCH] 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-format-patch failed