diff options
Diffstat (limited to 'drivers/usb/input/hid-tmff.c')
-rw-r--r-- | drivers/usb/input/hid-tmff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/hid-tmff.c b/drivers/usb/input/hid-tmff.c index 534425c69c0a..bc6c54c4c7d3 100644 --- a/drivers/usb/input/hid-tmff.c +++ b/drivers/usb/input/hid-tmff.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #include <linux/circ_buf.h> | 36 | #include <linux/circ_buf.h> |
37 | 37 | ||
38 | #include "hid.h" | 38 | #include "hid.h" |
39 | #include "fixp-arith.h" | 39 | #include "../../input/fixp-arith.h" |
40 | 40 | ||
41 | /* Usages for thrustmaster devices I know about */ | 41 | /* Usages for thrustmaster devices I know about */ |
42 | #define THRUSTMASTER_USAGE_RUMBLE_LR (HID_UP_GENDESK | 0xbb) | 42 | #define THRUSTMASTER_USAGE_RUMBLE_LR (HID_UP_GENDESK | 0xbb) |