Commit 91bf58fb authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] update ide-floppy for new style onlydisk

parent 91072686
...@@ -1857,11 +1857,7 @@ static ide_driver_t idefloppy_driver = { ...@@ -1857,11 +1857,7 @@ static ide_driver_t idefloppy_driver = {
.version = IDEFLOPPY_VERSION, .version = IDEFLOPPY_VERSION,
.media = ide_floppy, .media = ide_floppy,
.busy = 0, .busy = 0,
#ifdef CONFIG_IDEDMA_ONLYDISK
.supports_dma = 0,
#else
.supports_dma = 1, .supports_dma = 1,
#endif
.supports_dsc_overlap = 0, .supports_dsc_overlap = 0,
.cleanup = idefloppy_cleanup, .cleanup = idefloppy_cleanup,
.do_request = idefloppy_do_request, .do_request = idefloppy_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