commit | f9094c526bca3cc50ef7d409c22976fa0f47bbba | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Wed Jun 12 02:03:59 2013 +0000 |
committer | Simon Horman <horms+renesas@verge.net.au> | Thu Jun 13 14:47:34 2013 +0900 |
tree | 5448be10a51e28577793ec5749be12d0add56618 | |
parent | 12dd9752512449f0336b7d64df3871145a28a2fe [diff] |
ARM: shmobile: r8a7790: add __initdata on resource and device data These data will be kmemdup()'ed on platform_device_add_resources() and platform_device_add_data() This patch removed "const" to avoid section type conflict with r8a7790_boards_compat_dt Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>