Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7537655 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: r8a7779: add missing __initdata



This patch adds missing __initdata to driver data/resource
which are used from platform_device_register_xxx()

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 13eb6046
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ static struct platform_device ohci1_device = {
};

/* Ether */
static struct resource ether_resources[] = {
static struct resource ether_resources[] __initdata = {
	{
		.start	= 0xfde00000,
		.end	= 0xfde003ff,