aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-01 17:09:22 -0500
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-01 17:09:22 -0500
commitcdf6000d7e332d0f7f14233e71dee489628f5aae (patch)
treedad8ddf4590138a9f024e060539bf30e4bb2acd8 /drivers/ide/ide-cd.h
parent3fc3cbf786b6e73cd5cfe2f3233410a260405c86 (diff)
ide-cd: remove STANDARD_ATAPI define
Remove STANDARD_ATAPI define + drive-by coding style fixes. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-cd.h')
-rw-r--r--drivers/ide/ide-cd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/ide/ide-cd.h b/drivers/ide/ide-cd.h
index 59b43935630f..34e9291c0a8e 100644
--- a/drivers/ide/ide-cd.h
+++ b/drivers/ide/ide-cd.h
@@ -18,16 +18,6 @@
18#define VERBOSE_IDE_CD_ERRORS 1 18#define VERBOSE_IDE_CD_ERRORS 1
19#endif 19#endif
20 20
21
22/* Turning this on will remove code to work around various nonstandard
23 ATAPI implementations. If you know your drive follows the standard,
24 this will give you a slightly smaller kernel. */
25
26#ifndef STANDARD_ATAPI
27#define STANDARD_ATAPI 0
28#endif
29
30
31/* 21/*
32 * typical timeout for packet command 22 * typical timeout for packet command
33 */ 23 */