aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/pktcdvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/pktcdvd.h')
-rw-r--r--linux-headers/include/linux/pktcdvd.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/linux-headers/include/linux/pktcdvd.h b/linux-headers/include/linux/pktcdvd.h
index 6897401..effb55e 100644
--- a/linux-headers/include/linux/pktcdvd.h
+++ b/linux-headers/include/linux/pktcdvd.h
@@ -16,6 +16,7 @@
#include <linux/types.h>
/*
+ * UNUSED:
* 1 for normal debug messages, 2 is very verbose. 0 to turn it off.
*/
#define PACKET_DEBUG 1
@@ -30,17 +31,6 @@
#define PACKET_WAIT_TIME (HZ * 5 / 1000)
/*
- * use drive write caching -- we need deferred error handling to be
- * able to successfully recover with this option (drive will return good
- * status as soon as the cdb is validated).
- */
-#if defined(CONFIG_CDROM_PKTCDVD_WCACHE)
-#define USE_WCACHING 1
-#else
-#define USE_WCACHING 0
-#endif
-
-/*
* No user-servicable parts beyond this point ->
*/