From: Christian Marangi Date: Mon, 7 Apr 2025 20:01:53 +0000 (+0200) Subject: spi: drop unneeded spi.h header include from spinand.h X-Git-Tag: v2025.07-rc1~53^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225d1ec702b5092cc514932378e810e5e9e92bf7;p=pandora-u-boot.git spi: drop unneeded spi.h header include from spinand.h Drop unneeded spi.h header include from spinand.h, nothing included by spi.h is actually used in this header and .c should correctly included spi.h if actually needed. Replace spi.h with linux/bitops.h as this is what is actually required for spinand.h Signed-off-by: Christian Marangi --- diff --git a/include/linux/mtd/spinand.h b/include/linux/mtd/spinand.h index 13b5a52f8b9..6fe6fd520a4 100644 --- a/include/linux/mtd/spinand.h +++ b/include/linux/mtd/spinand.h @@ -17,7 +17,7 @@ #include #include #else -#include +#include #include #include #endif