From b6877e8c60363adb7fe3bb5ee03d3a0f0564bd29 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Thu, 9 Sep 2004 21:02:56 -0700 Subject: [PATCH] ide: remove never changing FANCY_STATUS_DUMPS define From: Alan Cox Extracted from 2.6.8.1-ac1 by me. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Linus Torvalds --- include/linux/ide.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/linux') diff --git a/include/linux/ide.h b/include/linux/ide.h index 936790012164..f7884a313f49 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -51,9 +51,6 @@ #ifndef OK_TO_RESET_CONTROLLER /* 1 needed for good error recovery */ #define OK_TO_RESET_CONTROLLER 1 /* 0 for use with AH2372A/B interface */ #endif -#ifndef FANCY_STATUS_DUMPS /* 1 for human-readable drive errors */ -#define FANCY_STATUS_DUMPS 1 /* 0 to reduce kernel size */ -#endif #ifdef CONFIG_BLK_DEV_CMD640 #if 0 /* change to 1 when debugging cmd640 problems */ -- cgit v1.2.3