Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove RAL_DEBUG define. Fix amd64 ALL kernel bui...



details:   https://anonhg.NetBSD.org/src/rev/a8e1e1fa2fe5
branches:  trunk
changeset: 344987:a8e1e1fa2fe5
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sun May 01 10:49:59 2016 +0000

description:
Remove RAL_DEBUG define. Fix amd64 ALL kernel build failure.

diffstat:

 sys/dev/ic/rt2860.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ed2f8704a75b -r a8e1e1fa2fe5 sys/dev/ic/rt2860.c
--- a/sys/dev/ic/rt2860.c       Sun May 01 10:23:53 2016 +0000
+++ b/sys/dev/ic/rt2860.c       Sun May 01 10:49:59 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rt2860.c,v 1.4 2016/04/29 02:27:06 christos Exp $      */
+/*     $NetBSD: rt2860.c,v 1.5 2016/05/01 10:49:59 nonaka Exp $        */
 /*     $OpenBSD: rt2860.c,v 1.90 2016/04/13 10:49:26 mpi Exp $ */
 
 /*-
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rt2860.c,v 1.4 2016/04/29 02:27:06 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rt2860.c,v 1.5 2016/05/01 10:49:59 nonaka Exp $");
 
 #include <sys/param.h>
 #include <sys/sockio.h>
@@ -61,7 +61,6 @@
 
 #include <dev/pci/pcidevs.h>
 
-#define RAL_DEBUG
 #ifdef RAL_DEBUG
 #define DPRINTF(x)     do { if (rt2860_debug > 0) printf x; } while (0)
 #define DPRINTFN(n, x) do { if (rt2860_debug >= (n)) printf x; } while (0)



Home | Main Index | Thread Index | Old Index