From fe2e443fe2e96258a85eeca38b23feb4d8dfff00 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 7 Jul 2016 02:18:05 +0000 Subject: kill RAL_DEBUG --- sys/dev/ic/rt2860.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/rt2860.c b/sys/dev/ic/rt2860.c index ee92892f974..48d6e79a1ed 100644 --- a/sys/dev/ic/rt2860.c +++ b/sys/dev/ic/rt2860.c @@ -1,4 +1,4 @@ -/* $NetBSD: rt2860.c,v 1.18 2016/07/07 01:24:16 christos Exp $ */ +/* $NetBSD: rt2860.c,v 1.19 2016/07/07 02:18:05 christos Exp $ */ /* $OpenBSD: rt2860.c,v 1.90 2016/04/13 10:49:26 mpi Exp $ */ /* $FreeBSD: head/sys/dev/ral/rt2860.c 297793 2016-04-10 23:07:00Z pfg $ */ @@ -25,7 +25,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: rt2860.c,v 1.18 2016/07/07 01:24:16 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rt2860.c,v 1.19 2016/07/07 02:18:05 christos Exp $"); #include #include @@ -63,7 +63,6 @@ __KERNEL_RCSID(0, "$NetBSD: rt2860.c,v 1.18 2016/07/07 01:24:16 christos Exp $") #include -#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) -- cgit