commit | 56f26f7b78af36d0f048a9403084870d2ffb549f | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Mon Oct 13 21:59:03 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 14 10:23:27 2008 -0700 |
tree | 0d15550377d5cec7379c76a0158e3536eb5dc94d | |
parent | fff11c0c827c88f1bca0e475fcd4d319ff44c0ac [diff] |
net/rfkill/rfkill-input.c needs <linux/sched.h> For some m68k configs, I get: | net/rfkill/rfkill-input.c: In function 'rfkill_start': | net/rfkill/rfkill-input.c:208: error: dereferencing pointer to incomplete type As the incomplete type is `struct task_struct', including <linux/sched.h> fixes it. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>