summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedidev.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-11-14 22:20:56 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 21:52:18 (GMT)
commit74b847f4d07bce1eaf84505d65aff42f14e5fb2f (patch)
treee83168a847e6e45195090059b45bac18fe86b279 /drivers/staging/comedi/comedidev.h
parent84c9dc212ace974acf2ccfc5a97e83796c6385b2 (diff)
downloadlinux-74b847f4d07bce1eaf84505d65aff42f14e5fb2f.tar.xz
Staging: comedi: add local copy of interrupt.h
This is needed for some internal comedi driver macros that were built up over the years to handle multiple kernel versions. It will be removed eventually. From: David Schleef <ds@schleef.org> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/comedi/comedidev.h')
-rw-r--r--drivers/staging/comedi/comedidev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index 76eedd5..3735355 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -37,7 +37,7 @@
#include <linux/init.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
-#include <linux/interrupt.h>
+#include "interrupt.h"
#include <linux/dma-mapping.h>
#include <linux/uaccess.h>
#include <linux/io.h>