board: ti: am57xx: Prevent init_sata() from being called twice
authorRoger Quadros <rogerq@ti.com>
Mon, 4 Apr 2016 07:53:31 +0000 (10:53 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 12 Apr 2016 00:48:21 +0000 (20:48 -0400)
commitc3333ded03b4868c42b0eefd4a3e97c14e0d1f57
tree6b6e55b868afbbfec2026ac254ca11aff41cf14b
parent8eca9439eaac7a1d0742c11879fd1b2d8f8e1375
board: ti: am57xx: Prevent init_sata() from being called twice

init_sata() is done as part of scsi_init() in
arch/arm/cpu/armv7/omap-common/sata.c so no need to duplicate
it here.

This seems to fix SATA problems in the kernel when CONFIG_TI_PIPE3 is
configured as loadable module.

Cc: Cooper Jr., Franklin <fcooper@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
board/ti/am57xx/board.c