This small series sync linux/bitfield.h from Linux 6.15 and fix all the compilation error due to a change in the header include.
The sync is needed to make it easier to support the winbond changes. The changes are CI test with [1] [1] https://github.com/u-boot/u-boot/pull/777 Changes v4: - Reorder patch for better bisectability Changes v3: - Fix compilation error for remaining drivers Changes v2: - Copy the full file instead of cherry-pick Changes Christian Marangi (5): clk: imx: add missing linux/bug.h header for WARN iommu: qcom-smmu: add missing linux/bug.h header for WARN_ON arm: apple: rtkit: add missing header linux/bug.h and linux/bitops.h linux/bitfield.h: sync <linux/bitfield.h> from Linux 6.15 mtd: spinand: winbond: add Winbond W25N04KV flash support arch/arm/mach-apple/rtkit.c | 2 + drivers/clk/imx/clk-fracn-gppll.c | 1 + drivers/iommu/qcom-hyp-smmu.c | 1 + drivers/mtd/nand/spi/winbond.c | 13 ++++ include/linux/bitfield.h | 103 ++++++++++++++++++++++-------- 5 files changed, 92 insertions(+), 28 deletions(-) -- 2.48.1