summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-bockw.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-07-30 00:02:24 -0700
committerSimon Horman <horms+renesas@verge.net.au>2013-08-06 18:07:09 +0900
commit3c7b5362323cd4b5d09a5b21ba8e74b3de05fc73 (patch)
tree4676c3750adae0d4379a75fd1441c35419929b96 /arch/arm/mach-shmobile/board-bockw.c
parent1fd4eecd480b82e11900ae6a8f44d92efeb96004 (diff)
downloadop-kernel-dev-3c7b5362323cd4b5d09a5b21ba8e74b3de05fc73.zip
op-kernel-dev-3c7b5362323cd4b5d09a5b21ba8e74b3de05fc73.tar.gz
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 <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-bockw.c')
-rw-r--r--arch/arm/mach-shmobile/board-bockw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c
index d7d3427..b6f3d2f 100644
--- a/arch/arm/mach-shmobile/board-bockw.c
+++ b/arch/arm/mach-shmobile/board-bockw.c
@@ -200,7 +200,6 @@ static void __init bockw_init(void)
r8a7778_init_irq_extpin(1);
r8a7778_add_standard_devices();
r8a7778_add_ether_device(&ether_platform_data);
- r8a7778_add_hspi_device(0);
i2c_register_board_info(0, i2c0_devices,
ARRAY_SIZE(i2c0_devices));
OpenPOWER on IntegriCloud