aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2008-07-01 13:55:25 +0200
committerLinus Torvalds <[email protected]>2008-07-02 18:40:08 -0700
commit83680cdbcecd1fd284ad4df060d12bf214bb63a8 (patch)
treec9adbe4b20190d3065adcb5a0a6acb8ee724cce1 /include/linux/timerqueue.h
parente1441b9a41c33aa9236008a7cfe49a8e723fb397 (diff)
drivers/input/ff-core.c needs <linux/sched.h>
Commit 656acd2bbc4ce7f224de499ee255698701396c48 ("Input: fix locking in force-feedback core") causes the following regression on m68k: | linux/drivers/input/ff-core.c: In function 'input_ff_upload': | linux/drivers/input/ff-core.c:172: error: dereferencing pointer to incomplete type | linux/drivers/input/ff-core.c: In function 'erase_effect': | linux/drivers/input/ff-core.c:197: error: dereferencing pointer to incomplete type | linux/drivers/input/ff-core.c:204: error: dereferencing pointer to incomplete type | make[4]: *** [drivers/input/ff-core.o] Error 1 As the incomplete type is `struct task_struct', including <linux/sched.h> fixes it. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Dmitry Torokhov <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions