]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
[media] Input: move drivers/input/fixp-arith.h to include/linux
authorAntonio Ospite <ospite@studenti.unina.it>
Mon, 14 May 2012 11:07:44 +0000 (08:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 14 May 2012 12:47:23 +0000 (09:47 -0300)
Move drivers/input/fixp-arith.h to include/linux so that the functions
defined there can be used by other subsystems, for instance some video
devices ISPs can control the output HUE value by setting registers for
sin(HUE) and cos(HUE).

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/input/ff-memless.c
include/linux/fixp-arith.h [moved from drivers/input/fixp-arith.h with 100% similarity]

index 117a59aaa70ec2832c3eb6a3d92e60a7458effc2..5f558851d6467cbeda592c17d3343a80f83db49f 100644 (file)
@@ -31,8 +31,7 @@
 #include <linux/mutex.h>
 #include <linux/spinlock.h>
 #include <linux/jiffies.h>
-
-#include "fixp-arith.h"
+#include <linux/fixp-arith.h>
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Anssi Hannula <anssi.hannula@gmail.com>");