Skip to content

Commit 8742beb

Browse files
committed
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>
1 parent 890ba82 commit 8742beb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/input/rmi4/rmi_2d_sensor.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
#ifndef _RMI_2D_SENSOR_H
88
#define _RMI_2D_SENSOR_H
99

10+
#include <linux/rmi.h>
11+
#include <linux/types.h>
12+
1013
enum rmi_2d_sensor_object_type {
1114
RMI_2D_OBJECT_NONE,
1215
RMI_2D_OBJECT_FINGER,

0 commit comments

Comments
 (0)