summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@trik.(none)>2004-10-01 23:56:04 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@trik.(none)>2004-10-01 23:56:04 +0200
commit166743a1fcb79b3cbeacdc7e132f0234e74b455a (patch)
tree22efbf4dd5e2869f218fd40573760465c445330e /include
parent83b64ac2e7a799d02c21cc953eca9a1ccd284abc (diff)
[ide] remove dead CMD640 debugging from ide-probe.c
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 590f4ed1069e..f6a39379ada9 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -52,13 +52,6 @@
#define OK_TO_RESET_CONTROLLER 1 /* 0 for use with AH2372A/B interface */
#endif
-#ifdef CONFIG_BLK_DEV_CMD640
-#if 0 /* change to 1 when debugging cmd640 problems */
-void cmd640_dump_regs (void);
-#define CMD640_DUMP_REGS cmd640_dump_regs() /* for debugging cmd640 chipset */
-#endif
-#endif /* CONFIG_BLK_DEV_CMD640 */
-
#ifndef DISABLE_IRQ_NOSYNC
#define DISABLE_IRQ_NOSYNC 0
#endif