summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-10-09 05:22:55 +0000
committerShaun Ruffell <sruffell@digium.com>2009-10-09 05:22:55 +0000
commit0ce14cec9048c4b239762aa339b0d8cc37767334 (patch)
tree0048ddcc0081229531283c716959f4979c50df3c /drivers
parentb8289001df08be2fcc8b52879eab69fa57d3548f (diff)
dahdi-base: Include linux/sched.h
Commit a99bba to the mainline kernel removed sched.h from poll.h. So dahdi-base.c needs to include sched.h directly now. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a99bba git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7356 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/dahdi-base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 3e1f73b..af7f66f 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -45,6 +45,7 @@
#include <linux/ctype.h>
#include <linux/kmod.h>
#include <linux/moduleparam.h>
+#include <linux/sched.h>
#include <linux/list.h>
#include <linux/ppp_defs.h>