Module Name:    src
Committed By:   jmcneill
Date:           Sun Dec 27 18:35:29 UTC 2015

Modified Files:
        src/sys/dev/ic: dwc_mmc.c

Log Message:
remove DWC_MMC_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_mmc.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/ic/dwc_mmc.c
diff -u src/sys/dev/ic/dwc_mmc.c:1.9 src/sys/dev/ic/dwc_mmc.c:1.10
--- src/sys/dev/ic/dwc_mmc.c:1.9	Sun Dec 27 18:35:12 2015
+++ src/sys/dev/ic/dwc_mmc.c	Sun Dec 27 18:35:29 2015
@@ -1,6 +1,4 @@
-/* $NetBSD: dwc_mmc.c,v 1.9 2015/12/27 18:35:12 jmcneill Exp $ */
-
-#define DWC_MMC_DEBUG
+/* $NetBSD: dwc_mmc.c,v 1.10 2015/12/27 18:35:29 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014 Jared D. McNeill <jmcne...@invisible.ca>
@@ -31,7 +29,7 @@
 #include "opt_dwc_mmc.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc_mmc.c,v 1.9 2015/12/27 18:35:12 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc_mmc.c,v 1.10 2015/12/27 18:35:29 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>

Reply via email to