Oups, remove '#define I2S_DEBUG' again.
authormglocker <mglocker@openbsd.org>
Sun, 26 Jun 2016 06:50:26 +0000 (06:50 +0000)
committermglocker <mglocker@openbsd.org>
Sun, 26 Jun 2016 06:50:26 +0000 (06:50 +0000)
sys/arch/macppc/dev/i2s.c

index f9d7296..4c77c94 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: i2s.c,v 1.31 2016/06/26 06:48:39 mglocker Exp $       */
+/*     $OpenBSD: i2s.c,v 1.32 2016/06/26 06:50:26 mglocker Exp $       */
 /*     $NetBSD: i2s.c,v 1.1 2003/12/27 02:19:34 grant Exp $    */
 
 /*-
@@ -46,7 +46,6 @@
 #include <macppc/dev/i2sreg.h>
 #include <macppc/pci/macobio.h>
 
-#define I2S_DEBUG
 #ifdef I2S_DEBUG
 # define DPRINTF(x) printf x 
 #else