ARM: shmobile: r8a7778: cleanup registration of sh_eth
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 24 Sep 2013 06:04:21 +0000 (23:04 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 26 Sep 2013 01:25:11 +0000 (10:25 +0900)
commitcd4ab0420fd6233766fd87fa295d6e3cfb719c01
tree9c93612867277cea9d85e47e6e11f292870a7a5e
parentfd131d0d4024a39259c41290451e728515ed7300
ARM: shmobile: r8a7778: cleanup registration of sh_eth

sh_eth driver which needs platform data at the time of
registration is used from BockW 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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-bockw.c
arch/arm/mach-shmobile/include/mach/r8a7778.h
arch/arm/mach-shmobile/setup-r8a7778.c