From: Daniel Kurtz Date: Wed, 11 Dec 2013 22:07:23 +0000 (+0900) Subject: ARM: EXYNOS: Constify data tables for pmu X-Git-Tag: cleanup-for-linus~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53302222debe568bbfb27985eb97ffdfcf3bff24;p=pandora-kernel.git ARM: EXYNOS: Constify data tables for pmu These tables are all immutable, make them const to save 4416 bytes of RAM. size arch/arm/mach-exynos/pmu.o text data bss 848 4420 4 // before 5264 4 4 // after Signed-off-by: Daniel Kurtz Reviewed-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed