From 8742bebb846009af7a22e489fe99aced5e195b51 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Sat, 6 Sep 2025 09:17:58 -0700 Subject: [PATCH] Input: synaptics-rmi4 - add includes for types used in rmi_2d_sensor.h Headers should include definitions for types that they use. Signed-off-by: Dmitry Torokhov --- drivers/input/rmi4/rmi_2d_sensor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/input/rmi4/rmi_2d_sensor.h b/drivers/input/rmi4/rmi_2d_sensor.h index 7d335d809710..61a99c8a7a26 100644 --- a/drivers/input/rmi4/rmi_2d_sensor.h +++ b/drivers/input/rmi4/rmi_2d_sensor.h @@ -7,6 +7,9 @@ #ifndef _RMI_2D_SENSOR_H #define _RMI_2D_SENSOR_H +#include +#include + enum rmi_2d_sensor_object_type { RMI_2D_OBJECT_NONE, RMI_2D_OBJECT_FINGER, -- 2.47.3