diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2006-12-08 01:37:03 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-12-08 01:37:03 -0500 |
commit | bff19b1d0b2c62882ca4b8f900b52f410c09e967 (patch) | |
tree | 544954ea0e456223cdf8a72f04b1ce599d9addb9 /drivers/input | |
parent | f90c34b8c6630beedbf293fcfcc3cbe327383b3a (diff) |
Input: ucb1400 - fix compile error
try_to_freeze() was moved into include/linux/freezer.h
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/ucb1400_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c index 6ef08369f65b..4358a0a78eaa 100644 --- a/drivers/input/touchscreen/ucb1400_ts.c +++ b/drivers/input/touchscreen/ucb1400_ts.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
18 | #include <linux/moduleparam.h> | 18 | #include <linux/moduleparam.h> |
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/sched.h> | ||
21 | #include <linux/completion.h> | 20 | #include <linux/completion.h> |
22 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
23 | #include <linux/input.h> | 22 | #include <linux/input.h> |
@@ -26,6 +25,7 @@ | |||
26 | #include <linux/suspend.h> | 25 | #include <linux/suspend.h> |
27 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
28 | #include <linux/kthread.h> | 27 | #include <linux/kthread.h> |
28 | #include <linux/freezer.h> | ||
29 | 29 | ||
30 | #include <sound/driver.h> | 30 | #include <sound/driver.h> |
31 | #include <sound/core.h> | 31 | #include <sound/core.h> |