ARM: shmobile: r8a7790: Don't define SCIF platform data in an array
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 3 Nov 2013 12:50:31 +0000 (13:50 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 24 Dec 2013 12:09:10 +0000 (21:09 +0900)
commit302d8898ade1ad5f84cfedc7e8d43ff7720f3f25
treee03e55ba440c0462d4d83fd3e9c3bda90349abc6
parent135d0e602a2f2700bcbde8315000e21cbdc4208e
ARM: shmobile: r8a7790: Don't define SCIF platform data in an array

The SCIF driver is transitioning to platform resources. Board code will
thus need to define an array of resources for each SCIF device. This is
incompatible with the macro-based SCIF platform data definition as an
array. Rework the macro to define platform data as individual
structures.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7790.c