ARM: EXYNOS: Constify data tables for pmu
authorDaniel Kurtz <djkurtz@chromium.org>
Wed, 11 Dec 2013 22:07:23 +0000 (07:07 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 11 Dec 2013 22:07:23 +0000 (07:07 +0900)
commit53302222debe568bbfb27985eb97ffdfcf3bff24
tree67cda569b6f342d21beac44f935073448277713c
parentfa53d5cdbffbce421c3bd2f937b5626fc044fedc
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 <djkurtz@chromium.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/pmu.c