From 8f05a97d7e00adfb57b3d2b9f96f2564655dd0d9 Mon Sep 17 00:00:00 2001 From: Luke Millar <134084040+GrizzMillar@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:05:22 +0000 Subject: [PATCH 1/2] Update arm-gic.h updating include line --- .../2024.2/include/dt-bindings/interrupt-controller/arm-gic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/interrupt-controller/arm-gic.h b/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/interrupt-controller/arm-gic.h index 35b6f69b..ef79498b 100644 --- a/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/interrupt-controller/arm-gic.h +++ b/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/interrupt-controller/arm-gic.h @@ -6,7 +6,7 @@ #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ARM_GIC_H #define _DT_BINDINGS_INTERRUPT_CONTROLLER_ARM_GIC_H -#include +#include "irq.h" /* interrupt specifier cell 0 */ From 0a92c9ca41a43a3d3293ccc915b819294e61612c Mon Sep 17 00:00:00 2001 From: Luke Millar <134084040+GrizzMillar@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:06:13 +0000 Subject: [PATCH 2/2] Update input.h update include line --- .../data/kernel_dtsi/2024.2/include/dt-bindings/input/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/input/input.h b/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/input/input.h index 65de1a1a..74033bd2 100644 --- a/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/input/input.h +++ b/device_tree/data/kernel_dtsi/2024.2/include/dt-bindings/input/input.h @@ -9,7 +9,7 @@ #ifndef _DT_BINDINGS_INPUT_INPUT_H #define _DT_BINDINGS_INPUT_INPUT_H -#include +#include "linux-event-codes.h" #define MATRIX_KEY(row, col, code) \ ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))