commit | d61a28dec0abe59c95d6867651cf3e09f10e733a | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Mon Apr 07 22:01:53 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 16 16:51:45 2025 -0600 |
tree | af9476c92d584f5e4f13f89d597624fc33ac0833 | |
parent | c3a10b248c9c3002c679dd9b9d59cb1f6b8da884 [diff] |
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 <ansuelsmth@gmail.com>