From bff19b1d0b2c62882ca4b8f900b52f410c09e967 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Fri, 8 Dec 2006 01:37:03 -0500 Subject: [PATCH] Input: ucb1400 - fix compile error try_to_freeze() was moved into include/linux/freezer.h Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/ucb1400_ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c index 6ef08369f65..4358a0a78ea 100644 --- a/drivers/input/touchscreen/ucb1400_ts.c +++ b/drivers/input/touchscreen/ucb1400_ts.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -26,6 +25,7 @@ #include #include #include +#include #include #include -- 2.41.0