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 <dmitry.torokhov@gmail.com>
This commit is contained in:
Dmitry Torokhov
2025-09-06 09:17:58 -07:00
parent 890ba82a60
commit 8742bebb84

View File

@@ -7,6 +7,9 @@
#ifndef _RMI_2D_SENSOR_H
#define _RMI_2D_SENSOR_H
#include <linux/rmi.h>
#include <linux/types.h>
enum rmi_2d_sensor_object_type {
RMI_2D_OBJECT_NONE,
RMI_2D_OBJECT_FINGER,