diff mbox

[03/12] ide: Remove duplicated definitions

Message ID ca77bdb5414c89ebfbc831fabec63e84cb8716ea.1254927186.git.quintela@redhat.com
State Under Review
Headers show

Commit Message

Juan Quintela Oct. 7, 2009, 2:56 p.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 hw/ide/internal.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/hw/ide/internal.h b/hw/ide/internal.h
index 029bf80..21319fe 100644
--- a/hw/ide/internal.h
+++ b/hw/ide/internal.h
@@ -20,12 +20,6 @@  typedef struct IDEDeviceInfo IDEDeviceInfo;
 typedef struct IDEState IDEState;
 typedef struct BMDMAState BMDMAState;

-/* debug IDE devices */
-//#define DEBUG_IDE
-//#define DEBUG_IDE_ATAPI
-//#define DEBUG_AIO
-#define USE_DMA_CDROM
-
 /* Bits of HD_STATUS */
 #define ERR_STAT		0x01
 #define INDEX_STAT		0x02