[kernel] remove 2.6.24, no target is relying on it
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.24 / 950-mtd_cfi_intel_p33_compatbility.patch
diff --git a/target/linux/generic-2.6/patches-2.6.24/950-mtd_cfi_intel_p33_compatbility.patch b/target/linux/generic-2.6/patches-2.6.24/950-mtd_cfi_intel_p33_compatbility.patch
deleted file mode 100644 (file)
index 42e8927..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/mtd/chips/cfi_cmdset_0001.c
-+++ b/drivers/mtd/chips/cfi_cmdset_0001.c
-@@ -277,7 +277,7 @@ read_pri_intelext(struct map_info *map, 
-               return NULL;
-       if (extp->MajorVersion != '1' ||
--          (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
-+          (extp->MinorVersion < '0' || extp->MinorVersion > '5')) {
-               printk(KERN_ERR "  Unknown Intel/Sharp Extended Query "
-                      "version %c.%c.\n",  extp->MajorVersion,
-                      extp->MinorVersion);