diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-29 12:20:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-29 12:20:45 +0000 |
commit | 4b09e185f27192bf0d715649d808d058c2768ff5 (patch) | |
tree | a848d2f9d2203d19660dbcd6136d82dd25e40c25 /target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch | |
parent | 81a3955189c4f8cdb404c161809e710b721afba7 (diff) | |
download | upstream-4b09e185f27192bf0d715649d808d058c2768ff5.tar.gz upstream-4b09e185f27192bf0d715649d808d058c2768ff5.tar.bz2 upstream-4b09e185f27192bf0d715649d808d058c2768ff5.zip |
remove support for 2.6.27, no target is using it anymore
SVN-Revision: 18201
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch | 29 |
1 files changed, 0 insertions, 29 deletions
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 deleted file mode 100644 index 51474864e9..0000000000 --- a/target/linux/generic-2.6/patches-2.6.27/005-squashfs_fix.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/fs/squashfs/inode.c -+++ b/fs/squashfs/inode.c -@@ -33,6 +33,7 @@ - #include <linux/fs.h> - #include <linux/smp_lock.h> - #include <linux/slab.h> -+#include <linux/exportfs.h> - #include <linux/squashfs_fs_sb.h> - #include <linux/squashfs_fs_i.h> - #include <linux/buffer_head.h> -@@ -43,8 +44,8 @@ - #include <linux/zlib.h> - #include <linux/blkdev.h> - #include <linux/vmalloc.h> -+#include <linux/semaphore.h> - #include <asm/uaccess.h> --#include <asm/semaphore.h> - - #include "squashfs.h" - -@@ -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(void *foo) - { - struct squashfs_inode_info *ei = foo; - |