diff options
-rw-r--r-- | sys/dev/ixgbe/if_ix.c | 2 | ||||
-rw-r--r-- | sys/dev/ixgbe/ix_txrx.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c index 5e64989..40bb849 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -36,8 +36,10 @@ #ifndef IXGBE_STANDALONE_BUILD #include "opt_inet.h" #include "opt_inet6.h" +#ifdef RSS #include "opt_rss.h" #endif +#endif #include "ixgbe.h" diff --git a/sys/dev/ixgbe/ix_txrx.c b/sys/dev/ixgbe/ix_txrx.c index cd8ec92..8c311c1 100644 --- a/sys/dev/ixgbe/ix_txrx.c +++ b/sys/dev/ixgbe/ix_txrx.c @@ -36,8 +36,10 @@ #ifndef IXGBE_STANDALONE_BUILD #include "opt_inet.h" #include "opt_inet6.h" +#ifdef RSS #include "opt_rss.h" #endif +#endif #include "ixgbe.h" |