From: Kuninori Morimoto Date: Tue, 12 Nov 2013 04:23:36 +0000 (-0800) Subject: ARM: shmobile: r8a7779: cleanup registration of sh_eth X-Git-Tag: cleanup-for-linus~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be15182068582bc38281329d86d106adaca63fda;p=pandora-kernel.git 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed