summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/base.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-09-18 21:23:38 +0000
committerShaun Ruffell <sruffell@digium.com>2008-09-18 21:23:38 +0000
commita8b715a8adac4961e2670f0f209f6a570a1e8b1f (patch)
treee0035002a191c1b8b56a649a6514e1143aed9b23 /drivers/dahdi/wcte12xp/base.c
parent36c6135a96faf330bb490ab957ab95dc627477d8 (diff)
Adding a needed header for the in_atomic call.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4957 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/base.c')
-rw-r--r--drivers/dahdi/wcte12xp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index 6438787..f227f59 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -35,6 +35,7 @@
#include <linux/pci.h>
#include <linux/proc_fs.h>
#include <linux/moduleparam.h>
+#include <linux/interrupt.h>
#include <dahdi/kernel.h>