summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcb4xxp/base.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-12-11 16:48:48 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-12-11 16:48:48 +0000
commitf0a392d3f04365033bf135b649c61dd0af142224 (patch)
tree2a4b722dddf50b5b8aed8db0b420ec07d2b1953e /drivers/dahdi/wcb4xxp/base.c
parentdf084b319c3e4bd5420e059a9ade9a22b7c9bfba (diff)
Remove an include that is not available before 2.6.15 and is not needed
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5484 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcb4xxp/base.c')
-rw-r--r--drivers/dahdi/wcb4xxp/base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/wcb4xxp/base.c b/drivers/dahdi/wcb4xxp/base.c
index 7c44e56..02e1bcc 100644
--- a/drivers/dahdi/wcb4xxp/base.c
+++ b/drivers/dahdi/wcb4xxp/base.c
@@ -34,7 +34,6 @@
#include <linux/delay.h>
#include <asm/io.h>
#include <linux/spinlock.h>
-#include <linux/mutex.h>
#include <linux/device.h> /* dev_err() */
#include <linux/interrupt.h>
#include <asm/system.h> /* cli(), *_flags */