]> Pileus Git - ~andy/linux/commit
ARM: shmobile: r8a7790: add __initdata on resource and device data
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 12 Jun 2013 02:03:59 +0000 (02:03 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 13 Jun 2013 05:47:34 +0000 (14:47 +0900)
commitf9094c526bca3cc50ef7d409c22976fa0f47bbba
tree5448be10a51e28577793ec5749be12d0add56618
parent12dd9752512449f0336b7d64df3871145a28a2fe
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>
arch/arm/mach-shmobile/setup-r8a7790.c