Stephen Warren 1d54e0895b ARM: tegra: fix section mismatch in tegra_pmc_parse_dt
tegra_pmc_parse_dt() references __initconst data. Fix it to be __init.
This matches its only usage; a call from tegra_pmc_init() which is
already __init. This fixes:

WARNING: vmlinux.o(.text.unlikely+0x580): Section mismatch in reference
from the function tegra_pmc_parse_dt() to the (unknown reference)
.init.rodata:(unknown)

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2013-06-25 11:16:15 -07:00
..
2013-05-29 19:24:55 +09:00
2013-06-06 10:07:26 +09:00
2013-05-02 09:03:55 -07:00
2013-05-07 11:22:14 -07:00
2013-04-08 17:39:24 +02:00
2013-06-24 16:04:12 +02:00
2013-04-08 17:39:24 +02:00
2013-05-07 15:11:43 -07:00
2013-05-07 15:11:43 -07:00
2013-04-08 17:39:24 +02:00
2013-03-22 17:24:51 +00:00