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)) 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 */