From bc92b67c41bb9eb64dd342735cf04d0ca5098926 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 29 Sep 2008 01:08:17 +0000 Subject: port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested) SVN-Revision: 12790 --- .../patches-2.6.27/005-squashfs_fix.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch (limited to 'target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch') diff --git a/target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch b/target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch new file mode 100644 index 0000000000..d4c2d8051d --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch @@ -0,0 +1,29 @@ +--- a/fs/squashfs/inode.c ++++ b/fs/squashfs/inode.c +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -43,8 +44,8 @@ + #include + #include + #include ++#include + #include +-#include + + #include "squashfs.h" + +@@ -2125,7 +2126,7 @@ + } + + +-static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flags) ++static void init_once(void *foo) + { + struct squashfs_inode_info *ei = foo; + -- cgit v1.2.3