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:
parent
890ba82a60
commit
8742bebb84
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue