projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90c34b
)
Input: ucb1400 - fix compile error
author
Dmitry Torokhov
<dtor@insightbb.com>
Fri, 8 Dec 2006 06:37:03 +0000
(
01:37
-0500)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Fri, 8 Dec 2006 06:37:03 +0000
(
01:37
-0500)
try_to_freeze() was moved into include/linux/freezer.h
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/ucb1400_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ucb1400_ts.c
b/drivers/input/touchscreen/ucb1400_ts.c
index 6ef08369f65bb36039d2f4ef04ba083e21755bb8..4358a0a78eaa1f1e949296d82bd4e5464a344af3 100644
(file)
--- a/
drivers/input/touchscreen/ucb1400_ts.c
+++ b/
drivers/input/touchscreen/ucb1400_ts.c
@@
-17,7
+17,6
@@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
-#include <linux/sched.h>
#include <linux/completion.h>
#include <linux/delay.h>
#include <linux/input.h>
@@
-26,6
+25,7
@@
#include <linux/suspend.h>
#include <linux/slab.h>
#include <linux/kthread.h>
+#include <linux/freezer.h>
#include <sound/driver.h>
#include <sound/core.h>