Remove references to linux/irq.h branch-0_7-start
authorDavid Schleef <ds@schleef.org>
Thu, 7 Apr 2005 20:20:40 +0000 (20:20 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 7 Apr 2005 20:20:40 +0000 (20:20 +0000)
comedi/rt.c
include/linux/irq.h [deleted file]

index 1a03fc84adfb530d9e41c18cf20efc5ec1662784..50721b4bbd695d7b45269eb6c12962dd546e86ad 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/ioport.h>
 #include <linux/mm.h>
 #include <linux/slab.h>
-#include <linux/irq.h>
 #include <asm/io.h>
 
 #include "rt_pend_tq.h"
diff --git a/include/linux/irq.h b/include/linux/irq.h
deleted file mode 100644 (file)
index c68fb28..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * linux/irq.h compatibility header
- */
-
-#ifndef _COMPAT_IRQ_H
-#define _COMPAT_IRQ_H
-
-#include <linux/version.h>
-
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0)
-#include <asm/irq.h>
-#else
-#include_next <linux/irq.h>
-#endif
-
-
-#endif /* _COMPAT_IRQ_H */
-
-
-
-