From: David Schleef Date: Thu, 7 Apr 2005 20:20:40 +0000 (+0000) Subject: Remove references to linux/irq.h X-Git-Tag: branch-0_7-start X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=916af286d8df00e08fb5e209c1ae58102af4d0c8;p=comedi.git Remove references to linux/irq.h --- diff --git a/comedi/rt.c b/comedi/rt.c index 1a03fc84..50721b4b 100644 --- a/comedi/rt.c +++ b/comedi/rt.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include "rt_pend_tq.h" diff --git a/include/linux/irq.h b/include/linux/irq.h deleted file mode 100644 index c68fb28d..00000000 --- a/include/linux/irq.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * linux/irq.h compatibility header - */ - -#ifndef _COMPAT_IRQ_H -#define _COMPAT_IRQ_H - -#include - -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0) -#include -#else -#include_next -#endif - - -#endif /* _COMPAT_IRQ_H */ - - - -