patch-2.3.29 linux/drivers/isdn/sc/debug.h
Next file: linux/drivers/misc/acpi.c
Previous file: linux/drivers/isdn/pcbit/pcbit.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Nov 23 10:29:15 1999
- Orig file:
v2.3.28/linux/drivers/isdn/sc/debug.h
- Orig date:
Thu Feb 27 10:57:30 1997
diff -u --recursive --new-file v2.3.28/linux/drivers/isdn/sc/debug.h linux/drivers/isdn/sc/debug.h
@@ -26,10 +26,5 @@
* +1 (416) 297-6433 Facsimile
*/
-#if LINUX_VERSION_CODE < 131072
- #error You cant use this driver on kernels older than 2.0
-#else
- #define REQUEST_IRQ(a,b,c,d,e) request_irq(a,b,c,d,e)
- #define FREE_IRQ(a,b) free_irq(a,b)
-#endif
-
+#define REQUEST_IRQ(a,b,c,d,e) request_irq(a,b,c,d,e)
+#define FREE_IRQ(a,b) free_irq(a,b)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)