ARM: shmobile: r8a7779: cleanup registration of sh_eth
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 12 Nov 2013 04:23:36 +0000 (20:23 -0800)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 24 Nov 2013 06:14:32 +0000 (15:14 +0900)
commitbe15182068582bc38281329d86d106adaca63fda
tree9ff5b055b1ec1e92ad0ecb3a0c19fa8af0dcde0f
parent7d947813d4dbb8cfee0ed2c75b27f65cb2c54434
ARM: shmobile: r8a7779: cleanup registration of sh_eth

sh_eth driver which needs platform data at the time of
registration is not used.
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 removes r8a7779_add_ether_device()

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