ARM: shmobile: r8a7779: cleanup registration of VIN
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 15 Oct 2013 02:45:36 +0000 (19:45 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 24 Nov 2013 06:14:30 +0000 (15:14 +0900)
commit4bd4c5b32b851b07d81209e1dc0c8b20b283f2e2
treecf5428f80e21e23e573fa292b4800363246e1607
parent22e247ef146b9a13c836a005e04ce909e3e16966
ARM: shmobile: r8a7779: cleanup registration of VIN

VIN driver which needs platform data at the time of
registration is used from Marzen only.
Now, ARM/shmobile aims to support DT,
and the C code base board support will be removed
if DT support is completed.
Current driver registration method which needs platform data
and which is not shared complicates codes.
This means legacy C code cleanup after DT supporting
will be more complicated
This patch registers it on board code as cleanup C code

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-marzen.c
arch/arm/mach-shmobile/include/mach/r8a7779.h
arch/arm/mach-shmobile/setup-r8a7779.c