Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci fix build failure. ok by msaitoh@n.o.



details:   https://anonhg.NetBSD.org/src/rev/c9e65a87f93e
branches:  trunk
changeset: 466110:c9e65a87f93e
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Thu Dec 12 11:47:30 2019 +0000

description:
fix build failure. ok by msaitoh@n.o.

diffstat:

 sys/dev/pci/if_wm.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r ab0834d9b8be -r c9e65a87f93e sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Thu Dec 12 09:32:54 2019 +0000
+++ b/sys/dev/pci/if_wm.c       Thu Dec 12 11:47:30 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.656 2019/12/12 09:32:54 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.657 2019/12/12 11:47:30 knakahara Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.656 2019/12/12 09:32:54 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.657 2019/12/12 11:47:30 knakahara Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -156,8 +156,6 @@
 #define        WM_DEBUG_LOCK           __BIT(7)
 int    wm_debug = WM_DEBUG_TX | WM_DEBUG_RX | WM_DEBUG_LINK | WM_DEBUG_GMII
     | WM_DEBUG_MANAGE | WM_DEBUG_NVM | WM_DEBUG_INIT | WM_DEBUG_LOCK;
-#endif
-
 #define        DPRINTF(x, y)   do { if (wm_debug & (x)) printf y; } while (0)
 #else
 #define        DPRINTF(x, y)   __nothing



Home | Main Index | Thread Index | Old Index