On Sun, 6 Dec 2020 at 14:23, Ovidiu Panait <ovidiu.pan...@windriver.com> wrote: > > Commit 1289e96797bf ("sandbox: spi: Drop command-line SPI option") dropped > support for specifying SPI devices on the command line, removing the only > user of sandbox_spi_parse_spec(). Remove the function too. > > Fixes: 1289e96797bf ("sandbox: spi: Drop command-line SPI option") > Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> > --- > > arch/sandbox/include/asm/spi.h | 10 ---------- > drivers/spi/sandbox_spi.c | 16 ---------------- > 2 files changed, 26 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>