Module Name: src Committed By: joerg Date: Fri Apr 11 06:50:26 UTC 2014
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Mark ixgbe_disable_queue as unused. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/ixgbe/ixgbe.c diff -u src/sys/dev/pci/ixgbe/ixgbe.c:1.10 src/sys/dev/pci/ixgbe/ixgbe.c:1.11 --- src/sys/dev/pci/ixgbe/ixgbe.c:1.10 Tue Apr 8 19:39:06 2014 +++ src/sys/dev/pci/ixgbe/ixgbe.c Fri Apr 11 06:50:26 2014 @@ -59,7 +59,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ /*$FreeBSD: src/sys/dev/ixgbe/ixgbe.c,v 1.51 2011/04/25 23:34:21 jfv Exp $*/ -/*$NetBSD: ixgbe.c,v 1.10 2014/04/08 19:39:06 christos Exp $*/ +/*$NetBSD: ixgbe.c,v 1.11 2014/04/11 06:50:26 joerg Exp $*/ #include "opt_inet.h" @@ -1394,7 +1394,7 @@ ixgbe_enable_queue(struct adapter *adapt } } -static inline void +__unused static inline void ixgbe_disable_queue(struct adapter *adapter, u32 vector) { struct ixgbe_hw *hw = &adapter->hw;