summaryrefslogtreecommitdiffstats
path: root/net/rfkill/core.c
diff options
context:
space:
mode:
authorAlexey Dobriyan2009-10-04 14:11:37 +0200
committerLinus Torvalds2009-10-05 00:05:10 +0200
commita99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 (patch)
tree2b0314d68b9e0a76e8f4fb60865a1d56e138833a /net/rfkill/core.c
parentMerge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb... (diff)
downloadkernel-qcow2-linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.tar.gz
kernel-qcow2-linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.tar.xz
kernel-qcow2-linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.zip
headers: remove sched.h from poll.h
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/rfkill/core.c')
-rw-r--r--net/rfkill/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rfkill/core.c b/net/rfkill/core.c
index dbeaf2983822..ba2efb960c60 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>