소스 검색

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>
Anssi Hannula 19 년 전
부모
커밋
806d41b756
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      drivers/input/fixp-arith.h
  2. 1 1
      drivers/usb/input/hid-lgff.c
  3. 1 1
      drivers/usb/input/hid-tmff.c

+ 0 - 0
drivers/usb/input/fixp-arith.h → drivers/input/fixp-arith.h


+ 1 - 1
drivers/usb/input/hid-lgff.c

@@ -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 */

+ 1 - 1
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)