From 632405de28bcd2d910195f2cf94c6479df828554 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 7 May 2009 12:21:02 +0000 Subject: [kernel] remove 2.6.26 since there are no remaining candidates for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15666 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic-2.6/patches-2.6.26/005-squashfs_fix.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch (limited to 'target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch') diff --git a/target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch b/target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch deleted file mode 100644 index 56b7fc2c4..000000000 --- a/target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/fs/squashfs/inode.c -+++ b/fs/squashfs/inode.c -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -2125,7 +2126,7 @@ static void squashfs_destroy_inode(struc - } - - --static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flags) -+static void init_once(struct kmem_cache * cachep, void *foo) - { - struct squashfs_inode_info *ei = foo; - -- cgit v1.2.3