summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-26 09:02:05 -0600
committerTom Rini <[email protected]>2026-03-26 09:02:05 -0600
commitc24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (patch)
treee21aefbc10626afc52c954e0a830f090ddb81a53 /arch
parent075bd023c77ffc1e099790fb2174d646ae5acf1f (diff)
parent4e64ea88585d9650af867718e1c629a1e57c0157 (diff)
Merge tag 'rpi-2026.04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi
Updates for RPi for 2026.04-rc5: - rpi: Update the naming for bcm2712 SoC RevD naming - arm: bcm: Include missing errno.h
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-bcm283x/msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm283x/msg.c b/arch/arm/mach-bcm283x/msg.c
index 4993c0bdb81..05e1a02e80f 100644
--- a/arch/arm/mach-bcm283x/msg.c
+++ b/arch/arm/mach-bcm283x/msg.c
@@ -7,6 +7,7 @@
#include <phys2bus.h>
#include <asm/arch/mbox.h>
#include <linux/delay.h>
+#include <linux/errno.h>
struct msg_set_power_state {
struct bcm2835_mbox_hdr hdr;