]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spi: Remove spi_setup_slave_fdt
authorMario Six <mario.six@gdsys.cc>
Mon, 15 Jan 2018 10:08:38 +0000 (11:08 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 24 Jan 2018 06:34:07 +0000 (12:04 +0530)
commit184fa1c8da54d3c5305b3e1975e284e01de68bea
treeec05d9f6b5706e315f227e919fd028e4c1dac963
parent74ea6e82f8f626c8c3098dea72f008e8ec0357f9
spi: Remove spi_setup_slave_fdt

A previous patch removed the spi_flash_probe_fdt function, which
contained the last call of the spi_setup_slave_fdt function, which is
now equally obsolete.

This patch removes the function.

Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
drivers/spi/spi-uclass.c
include/spi.h