diff options
author | Albert Lee <albertcc@tw.ibm.com> | 2006-04-04 10:57:18 +0800 |
---|---|---|
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 75bdee09c30..03231cb6b40 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -44,7 +44,6 @@ #undef ATA_NDEBUG /* define to disable quick runtime checks */ #undef ATA_ENABLE_PATA /* define to enable PATA support in some * low-level drivers */ -#undef ATAPI_ENABLE_DMADIR /* enables ATAPI DMADIR bridge support */ /* note: prints function name for you */ |