fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / net / dgrs_i82596.h
index b1c83b5..ac9217a 100644 (file)
@@ -95,7 +95,7 @@ typedef volatile struct
 /************************************************************************/
 typedef volatile struct _I596_RBD
 {
-#if INTEL_RETENTIVE
+#ifdef 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 */
-#if INTEL_RETENTIVE
+#ifdef INTEL_RETENTIVE
        ushort                  size;   /* Size of buf (constant) */
        ushort                  zero;
 #else
@@ -455,7 +455,7 @@ typedef volatile struct
 /************************************************************************/
 typedef volatile struct
 {
-       ulong           sysbus; 
+       ulong           sysbus;
        ulong           dummy;
        I596_ISCP       *iscpp;
 } I596_SCP;