diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2006-07-19 07:40:14 +0200 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 07:40:14 +0200 |
commit | 806d41b756fecc1b13584e2b806b76d8934b1679 (patch) | |
tree | d578ef93bd9198e6806c1b0e48a078cb0744efbe /drivers/usb/input/hid-tmff.c | |
parent | Input: rename input.ko into input-core.ko (diff) | |
download | linux-806d41b756fecc1b13584e2b806b76d8934b1679.tar.xz linux-806d41b756fecc1b13584e2b806b76d8934b1679.zip |
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>
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 @@ #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) |