diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2006-07-19 01:40:14 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 01:40:14 -0400 |
commit | 806d41b756fecc1b13584e2b806b76d8934b1679 (patch) | |
tree | d578ef93bd9198e6806c1b0e48a078cb0744efbe | |
parent | 57e6b724c08697d8332a63b60d3a60ee5e74e219 (diff) |
Input: move fixp-arith.h to drivers/input
Move fixp-arith.h from drivers/usb/input to drivers/input, as the part of
force feedback support that requires trigonometric functions is being moved
there.
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-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.c | 2 | ||||
-rw-r--r-- | drivers/usb/input/hid-tmff.c | 2 |
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 @@ | |||
37 | #include <linux/circ_buf.h> | 37 | #include <linux/circ_buf.h> |
38 | 38 | ||
39 | #include "hid.h" | 39 | #include "hid.h" |
40 | #include "fixp-arith.h" | 40 | #include "../../input/fixp-arith.h" |
41 | 41 | ||
42 | 42 | ||
43 | /* Periodicity of the update */ | 43 | /* 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 @@ | |||
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) |