Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/ixgbe Mark ixgbe_disable_queue as unused.
details: https://anonhg.NetBSD.org/src/rev/f674f7d1f149
branches: trunk
changeset: 328639:f674f7d1f149
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Apr 11 06:50:26 2014 +0000
description:
Mark ixgbe_disable_queue as unused.
diffstat:
sys/dev/pci/ixgbe/ixgbe.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r e41e45f3391d -r f674f7d1f149 sys/dev/pci/ixgbe/ixgbe.c
--- a/sys/dev/pci/ixgbe/ixgbe.c Fri Apr 11 04:42:34 2014 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.c Fri Apr 11 06:50:26 2014 +0000
@@ -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 @@
}
}
-static inline void
+__unused static inline void
ixgbe_disable_queue(struct adapter *adapter, u32 vector)
{
struct ixgbe_hw *hw = &adapter->hw;
Home |
Main Index |
Thread Index |
Old Index