Input: move fixp-arith.h to drivers/input
authorAnssi Hannula <anssi.hannula@gmail.com>
Wed, 19 Jul 2006 05:40:14 +0000 (01:40 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Wed, 19 Jul 2006 05:40:14 +0000 (01:40 -0400)
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>
drivers/input/fixp-arith.h [moved from drivers/usb/input/fixp-arith.h with 100% similarity]
drivers/usb/input/hid-lgff.c
drivers/usb/input/hid-tmff.c

index f07d443..7e264a8 100644 (file)
@@ -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 */
index 534425c..bc6c54c 100644 (file)
@@ -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)