From: Kuninori Morimoto Date: Tue, 30 Jul 2013 07:02:24 +0000 (-0700) Subject: ARM: shmobile: r8a7778: cleanup registration of hspi X-Git-Tag: v3.12-rc1~76^2~1^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7b5362323cd4b5d09a5b21ba8e74b3de05fc73;p=pandora-kernel.git ARM: shmobile: r8a7778: cleanup registration of hspi sh-hspi driver which doesn't need platform data at the time of registration can be registerd on SoC. And, registering these drivers in the SoC code can avoid unwanted device numbering issue. (ex. the hspi2 device number will be spi.0 if hspi2 only registered) This patch registers it on SoC code as cleanup C code Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- Reading git-diff-tree failed