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: v3.5-rc1~104^2~236 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8e1fb4a67eed95364a50f33f5201a88877c5215;p=thirdparty%2Fkernel%2Flinux.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 117a59aaa70ec..5f558851d6467 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