]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
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 f07d44357ff12fbb01eb18271d0832acbbabe672..7e264a8c81b14a222bfc0b2cdb1ca85c804783ae 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 534425c69c0a502b1a7f86be0811446147c0afd7..bc6c54c4c7d3bc807b6990bc528ad526116faa96 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)