summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-03-28 22:51:15 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-28 22:51:15 -0800
commitfa0a65d4c63878775b114bf2ccf3d7e4fe62d30b (patch)
tree3778a6e40abe9cbbbc1271215db2406261b285fe /include/linux/ide.h
parent2635120eda9b269226d155883a76c5317df9ae55 (diff)
[PATCH] Kill IDE debug messages during suspend
From: Pavel Machek <pavel@ucw.cz> Suspend/resume support in ide seems to work okay these days, so this should be applied.
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 731a6d169bde..8031fe68521a 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -24,8 +24,6 @@
#include <asm/io.h>
#include <asm/semaphore.h>
-#define DEBUG_PM
-
/*
* This is the multiple IDE interface driver, as evolved from hd.c.
* It supports up to four IDE interfaces, on one or more IRQs (usually 14 & 15).