From: Antonio Ospite Date: Mon, 14 May 2012 11:07:44 +0000 (-0300) Subject: [media] Input: move drivers/input/fixp-arith.h to include/linux X-Git-Tag: staging/for_v3.5~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8e1fb4a67eed95364a50f33f5201a88877c5215;p=profile%2Fivi%2Fkernel-x86-ivi.git [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 Acked-by: Dmitry Torokhov Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/input/ff-memless.c b/drivers/input/ff-memless.c index 117a59a..5f55885 100644 --- a/drivers/input/ff-memless.c +++ b/drivers/input/ff-memless.c @@ -31,8 +31,7 @@ #include #include #include - -#include "fixp-arith.h" +#include MODULE_LICENSE("GPL"); MODULE_AUTHOR("Anssi Hannula "); diff --git a/drivers/input/fixp-arith.h b/include/linux/fixp-arith.h similarity index 100% rename from drivers/input/fixp-arith.h rename to include/linux/fixp-arith.h