Commit a2aa2148 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] ide-tape no longer needs this ifdef

Now handled at runtime
parent bc92c8d8
......@@ -6221,11 +6221,7 @@ static ide_driver_t idetape_driver = {
.version = IDETAPE_VERSION,
.media = ide_tape,
.busy = 1,
#ifdef CONFIG_IDEDMA_ONLYDISK
.supports_dma = 0,
#else
.supports_dma = 1,
#endif
.supports_dsc_overlap = 1,
.cleanup = idetape_cleanup,
.do_request = idetape_do_request,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment