From 806d41b756fecc1b13584e2b806b76d8934b1679 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Wed, 19 Jul 2006 01:40:14 -0400 Subject: [PATCH] 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 Signed-off-by: Dmitry Torokhov --- drivers/{usb => }/input/fixp-arith.h | 0 drivers/usb/input/hid-lgff.c | 2 +- drivers/usb/input/hid-tmff.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename drivers/{usb => }/input/fixp-arith.h (100%) diff --git a/drivers/usb/input/fixp-arith.h b/drivers/input/fixp-arith.h similarity index 100% rename from drivers/usb/input/fixp-arith.h rename to drivers/input/fixp-arith.h diff --git a/drivers/usb/input/hid-lgff.c b/drivers/usb/input/hid-lgff.c index f07d44357ff..7e264a8c81b 100644 --- a/drivers/usb/input/hid-lgff.c +++ b/drivers/usb/input/hid-lgff.c @@ -37,7 +37,7 @@ #include #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 534425c69c0..bc6c54c4c7d 100644 --- a/drivers/usb/input/hid-tmff.c +++ b/drivers/usb/input/hid-tmff.c @@ -36,7 +36,7 @@ #include #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) -- 2.11.4.GIT