diff options
author | Albert Lee <albertcc@tw.ibm.com> | 2006-04-03 22:57:18 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-04 08:44:24 -0400 |
commit | 95de719adc94392a95c3c4d0a2d6b8b1ea39d236 (patch) | |
tree | d8196f39ca64a2c727ff6eff94b28d10013c6564 /include | |
parent | c16226a1c75042bfdc50bd2921d5919f6267ba51 (diff) |
[PATCH] libata: convert ATAPI_ENABLE_DMADIR to module parameter
Convert the ATAPI_ENABLE_DMADIR compile time option needed
by some SATA-PATA bridge to runtime module parameter.
Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 75bdee09c307..03231cb6b406 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -44,7 +44,6 @@ | |||
44 | #undef ATA_NDEBUG /* define to disable quick runtime checks */ | 44 | #undef ATA_NDEBUG /* define to disable quick runtime checks */ |
45 | #undef ATA_ENABLE_PATA /* define to enable PATA support in some | 45 | #undef ATA_ENABLE_PATA /* define to enable PATA support in some |
46 | * low-level drivers */ | 46 | * low-level drivers */ |
47 | #undef ATAPI_ENABLE_DMADIR /* enables ATAPI DMADIR bridge support */ | ||
48 | 47 | ||
49 | 48 | ||
50 | /* note: prints function name for you */ | 49 | /* note: prints function name for you */ |