ARM: shmobile: r8a7790: Constify platform data and resources
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 7 Aug 2013 22:34:53 +0000 (00:34 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 19 Sep 2013 21:33:44 +0000 (14:33 -0700)
Platform data and resources for core devices are kmemdup()ed when the
corresponding devices are registered and can thus be declared as const.
Do so.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-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