summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/input/fixp-arith.h (renamed from drivers/usb/input/fixp-arith.h)0
-rw-r--r--drivers/usb/input/hid-lgff.c2
-rw-r--r--drivers/usb/input/hid-tmff.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/input/fixp-arith.h b/drivers/input/fixp-arith.h
index ed3d2da0c485..ed3d2da0c485 100644
--- a/drivers/usb/input/fixp-arith.h
+++ b/drivers/input/fixp-arith.h
diff --git a/drivers/usb/input/hid-lgff.c b/drivers/usb/input/hid-lgff.c
index f07d44357ff1..7e264a8c81b1 100644
--- a/drivers/usb/input/hid-lgff.c
+++ b/drivers/usb/input/hid-lgff.c
@@ -37,7 +37,7 @@
#include <linux/circ_buf.h>
#include "hid.h"
-#include "fixp-arith.h"
+#include "../../input/fixp-arith.h"
/* Periodicity of the update */
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 @@
#include <linux/circ_buf.h>
#include "hid.h"
-#include "fixp-arith.h"
+#include "../../input/fixp-arith.h"
/* Usages for thrustmaster devices I know about */
#define THRUSTMASTER_USAGE_RUMBLE_LR (HID_UP_GENDESK | 0xbb)