diff options
Diffstat (limited to 'target/device/AMD/DBAu1500/kernel-patches/098_scsi-warnings.patch')
-rw-r--r-- | target/device/AMD/DBAu1500/kernel-patches/098_scsi-warnings.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/device/AMD/DBAu1500/kernel-patches/098_scsi-warnings.patch b/target/device/AMD/DBAu1500/kernel-patches/098_scsi-warnings.patch deleted file mode 100644 index 6a88d2e74..000000000 --- a/target/device/AMD/DBAu1500/kernel-patches/098_scsi-warnings.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- orig/drivers/scsi/scsi_ioctl.c 2005-12-03 02:10:27.000000000 -0700 -+++ linux-2.6.14/drivers/scsi/scsi_ioctl.c 2005-12-03 02:10:27.000000000 -0700 -@@ -374,6 +374,7 @@ - if (!scsi_block_when_processing_errors(sdev)) - return -ENODEV; - -+#if 0 - /* Check for deprecated ioctls ... all the ioctls which don't - * follow the new unique numbering scheme are deprecated */ - switch (cmd) { -@@ -389,6 +390,7 @@ - default: - break; - } -+#endif - - switch (cmd) { - case SCSI_IOCTL_GET_IDLUN: |