From 916af286d8df00e08fb5e209c1ae58102af4d0c8 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 7 Apr 2005 20:20:40 +0000 Subject: [PATCH] Remove references to linux/irq.h --- comedi/rt.c | 1 - include/linux/irq.h | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 include/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 */ - - - - -- 2.26.2