This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / ixgb / ixgb.h
index d5c6f47..5111c8e 100644 (file)
@@ -50,7 +50,7 @@
 #include <linux/string.h>
 #include <linux/pagemap.h>
 #include <linux/dma-mapping.h>
-#include <linux/bitops.h>
+#include <asm/bitops.h>
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <linux/capability.h>
@@ -178,5 +178,6 @@ struct ixgb_adapter {
        /* structs defined in ixgb_hw.h */
        struct ixgb_hw hw;
        struct ixgb_hw_stats stats;
+       uint32_t pci_state[16];
 };
 #endif                         /* _IXGB_H_ */