commit | a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Sun Oct 04 16:11:37 2009 +0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Oct 04 15:05:10 2009 -0700 |
tree | 2b0314d68b9e0a76e8f4fb60865a1d56e138833a | |
parent | 5e5027bd26ed4df735d29e66cd5c1c9b5959a587 [diff] [blame] |
headers: remove sched.h from poll.h Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/net/rfkill/core.c b/net/rfkill/core.c index dbeaf29..ba2efb9 100644 --- a/net/rfkill/core.c +++ b/net/rfkill/core.c
@@ -27,6 +27,7 @@ #include <linux/list.h> #include <linux/mutex.h> #include <linux/rfkill.h> +#include <linux/sched.h> #include <linux/spinlock.h> #include <linux/miscdevice.h> #include <linux/wait.h>