]> Pileus Git - ~andy/linux/blobdiff - drivers/net/ixgbe/ixgbe.h
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[~andy/linux] / drivers / net / ixgbe / ixgbe.h
index 2198b77c53ed07f8f089a3bdbed3ba1542c52aba..e116d340dcc6e158b35160f43ccd76d92feaa796 100644 (file)
@@ -36,7 +36,7 @@
 #include "ixgbe_type.h"
 #include "ixgbe_common.h"
 
-#if defined(CONFIG_DCA) || defined(CONFIG_DCA_MODULE)
+#ifdef CONFIG_IXGBE_DCA
 #include <linux/dca.h>
 #endif
 
@@ -136,7 +136,7 @@ struct ixgbe_ring {
                      * offset associated with this ring, which is different
                      * for DCE and RSS modes */
 
-#if defined(CONFIG_DCA) || defined(CONFIG_DCA_MODULE)
+#ifdef CONFIG_IXGBE_DCA
        /* cpu for tx queue */
        int cpu;
 #endif