summaryrefslogtreecommitdiff
path: root/arch/arm/mach-apple/rtkit.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-06-14 09:13:39 -0600
committerTom Rini <trini@konsulko.com>2025-06-14 09:13:39 -0600
commit9de873b4c3098c0662d4adaeb1cc31be4e6d2688 (patch)
tree19c4d148aa6e824056c6ed148ab90d471044de3f /arch/arm/mach-apple/rtkit.c
parent03817a2a8046ea89dac2be72ce0c16a9faa5570b (diff)
parentfe37fb8214e40ea64cf03453d112527b629fb08a (diff)
Merge patch series "linux/bitfield.h: sync <linux/bitfield.h> from Linux 6.15 + winbond"
Christian Marangi <ansuelsmth@gmail.com> says: 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 Link: https://lore.kernel.org/r/20250607211133.2005-1-ansuelsmth@gmail.com
Diffstat (limited to 'arch/arm/mach-apple/rtkit.c')
-rw-r--r--arch/arm/mach-apple/rtkit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-apple/rtkit.c b/arch/arm/mach-apple/rtkit.c
index f3561543a35..251c6056cbd 100644
--- a/arch/arm/mach-apple/rtkit.c
+++ b/arch/arm/mach-apple/rtkit.c
@@ -9,7 +9,9 @@
#include <asm/arch/rtkit.h>
#include <linux/apple-mailbox.h>
+#include <linux/bug.h>
#include <linux/bitfield.h>
+#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/sizes.h>
#include <linux/types.h>