mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
We have a duplicate declaration of spi_mem_default_supports_op() which was added twice, first with commitaf6266c1c2("mem: spi-mem: add declaration for spi_mem_default_supports_op") for v2021.04, and again with commit2299076e34("spi: spi-mem: export spi_mem_default_supports_op()") for v2021.07. The first commit is reverted here, because the second better matches the definition and has a better place in the declaration order. Note: Linux declares this in a different section of spi-mem.h which is disabled in U-Boot through `#ifndef __UBOOT__`. This reverts commitaf6266c1c2. Signed-off-by: Alexander Dahl <ada@thorsis.com>
12 KiB
12 KiB