Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anssi Hannula and committed by
Dmitry Torokhov
806d41b7 57e6b724

+2 -2
drivers/usb/input/fixp-arith.h drivers/input/fixp-arith.h
+1 -1
drivers/usb/input/hid-lgff.c
··· 37 37 #include <linux/circ_buf.h> 38 38 39 39 #include "hid.h" 40 - #include "fixp-arith.h" 40 + #include "../../input/fixp-arith.h" 41 41 42 42 43 43 /* Periodicity of the update */
+1 -1
drivers/usb/input/hid-tmff.c
··· 36 36 #include <linux/circ_buf.h> 37 37 38 38 #include "hid.h" 39 - #include "fixp-arith.h" 39 + #include "../../input/fixp-arith.h" 40 40 41 41 /* Usages for thrustmaster devices I know about */ 42 42 #define THRUSTMASTER_USAGE_RUMBLE_LR (HID_UP_GENDESK | 0xbb)