mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
* Fritz!PCI Treiber (auch SMP) Geändert: * Postfix Konfiguration gekürzt git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@125 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
12 lines
310 B
Diff
12 lines
310 B
Diff
--- src.drv/defs.h~ 2006-05-18 16:18:08.525808536 +0200
|
|
+++ src.drv/defs.h 2006-05-18 18:57:07.000000000 +0200
|
|
@@ -85,7 +85,7 @@
|
|
#define CONFIG_ISAPNP
|
|
#endif
|
|
|
|
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
|
|
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 23)
|
|
typedef void irqreturn_t;
|
|
|
|
#define IRQ_NONE
|