diff options
-rw-r--r-- | include/linux/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 0ccfc30cd40f..9ee67b4b2b48 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -890,7 +890,7 @@ struct ff_periodic_effect { | |||
890 | struct ff_envelope envelope; | 890 | struct ff_envelope envelope; |
891 | 891 | ||
892 | __u32 custom_len; | 892 | __u32 custom_len; |
893 | __s16 *custom_data; | 893 | __s16 __user *custom_data; |
894 | }; | 894 | }; |
895 | 895 | ||
896 | /** | 896 | /** |