arm: apple: rtkit: add missing header linux/bug.h and linux/bitops.h
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 7 Jun 2025 21:11:19 +0000 (23:11 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jun 2025 15:11:10 +0000 (09:11 -0600)
commit5c734237ac56ed943221030cd027454d2b4d94cb
treec9b55e1f4f73880060fa8416815025dae02c6a3d
parent1f1aafe0b526ae22b0b1673d440c58fa99d5d4bf
arm: apple: rtkit: add missing header linux/bug.h and linux/bitops.h

The GENMASK/GENMASK_ULL macro requires inclusion of linux/bitops.h
header. It does currently work as bitfield.h includes it indirectly
but this will change when bitfield.h will be synced with new Linux
version.

Also raw printf require linux/bug.h header (also currently included
indirectly by bitfield.h)

Explicitly include the headers to fix future compilation error.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
arch/arm/mach-apple/rtkit.c