Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+3
+3
drivers/input/rmi4/rmi_2d_sensor.h
··· 7 7 #ifndef _RMI_2D_SENSOR_H 8 8 #define _RMI_2D_SENSOR_H 9 9 10 + #include <linux/rmi.h> 11 + #include <linux/types.h> 12 + 10 13 enum rmi_2d_sensor_object_type { 11 14 RMI_2D_OBJECT_NONE, 12 15 RMI_2D_OBJECT_FINGER,