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

[media] Input: move drivers/input/fixp-arith.h to include/linux

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>

authored by

Antonio Ospite and committed by
Mauro Carvalho Chehab
c8e1fb4a e0fde595

+1 -2
+1 -2
drivers/input/ff-memless.c
··· 31 31 #include <linux/mutex.h> 32 32 #include <linux/spinlock.h> 33 33 #include <linux/jiffies.h> 34 - 35 - #include "fixp-arith.h" 34 + #include <linux/fixp-arith.h> 36 35 37 36 MODULE_LICENSE("GPL"); 38 37 MODULE_AUTHOR("Anssi Hannula <anssi.hannula@gmail.com>");
drivers/input/fixp-arith.h include/linux/fixp-arith.h