PATCH: ide-tape no longer needs this ifdef

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Tue Feb 18 2003 - 13:10:20 EST


Now handled at runtime

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.61/drivers/ide/ide-tape.c linux-2.5.61-ac2/drivers/ide/ide-tape.c
--- linux-2.5.61/drivers/ide/ide-tape.c 2003-02-10 18:38:17.000000000 +0000
+++ linux-2.5.61-ac2/drivers/ide/ide-tape.c 2003-02-18 18:06:17.000000000 +0000
@@ -6221,11 +6221,7 @@
         .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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Feb 23 2003 - 22:00:22 EST