diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-13 12:18:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-13 12:18:08 +0000 |
commit | 6e2b255ad85b1227262872d127a94bf3aac153a6 (patch) | |
tree | 1223379b3fb35c385ca08e3a065e0bf40d8075e7 /target/device/AMD/DBAu1500/kernel-patches/098_scsi-warnings.patch | |
parent | 0ac8b4c2987f12f27f39183c2cd9108736c6e28d (diff) | |
download | buildroot-novena-6e2b255ad85b1227262872d127a94bf3aac153a6.tar.gz buildroot-novena-6e2b255ad85b1227262872d127a94bf3aac153a6.zip |
make this target current
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: |