]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/fcdslx-irqreturn.patch
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[ipfire-2.x.git] / src / patches / fcdslx-irqreturn.patch
1 --- fritz/src.drv/defs.h.old Thu Sep 25 23:00:00 2003
2 +++ fritz/src.drv/defs.h Tue Oct 12 22:30:54 2004
3 @@ -81,7 +81,7 @@
4 # define KFREE_SKB(x) dev_kfree_skb_any(x)
5 #endif
6
7 -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
8 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,23)
9 typedef void irqreturn_t;
10
11 #define IRQ_NONE