This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / dgrs_i82596.h
index c7a38c1..b1c83b5 100644 (file)
@@ -95,7 +95,7 @@ typedef volatile struct
 /************************************************************************/
 typedef volatile struct _I596_RBD
 {
-#ifdef INTEL_RETENTIVE
+#if INTEL_RETENTIVE
        ushort                  count;  /* Length of data in buf */
        ushort                  offset;
 #else
@@ -103,7 +103,7 @@ typedef volatile struct _I596_RBD
 #endif
        vol struct _I596_RBD    *next;  /* Next buffer descriptor in list */
        uchar                   *buf;   /* Data buffer */
-#ifdef INTEL_RETENTIVE
+#if INTEL_RETENTIVE
        ushort                  size;   /* Size of buf (constant) */
        ushort                  zero;
 #else