diff options
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index d0bea9755186..7b6d7c408b07 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -972,6 +972,9 @@ struct input_dev { | |||
972 | unsigned int users; | 972 | unsigned int users; |
973 | 973 | ||
974 | struct class_device cdev; | 974 | struct class_device cdev; |
975 | union { /* temporarily so while we switching to struct device */ | ||
976 | struct device *parent; | ||
977 | } dev; | ||
975 | 978 | ||
976 | struct list_head h_list; | 979 | struct list_head h_list; |
977 | struct list_head node; | 980 | struct list_head node; |