From: mglocker Date: Sun, 26 Jun 2016 06:50:26 +0000 (+0000) Subject: Oups, remove '#define I2S_DEBUG' again. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c440cd0eb8d330100fab91c4cddbff9226d1a16;p=openbsd Oups, remove '#define I2S_DEBUG' again. --- diff --git a/sys/arch/macppc/dev/i2s.c b/sys/arch/macppc/dev/i2s.c index f9d72961379..4c77c94dc87 100644 --- a/sys/arch/macppc/dev/i2s.c +++ b/sys/arch/macppc/dev/i2s.c @@ -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 #include -#define I2S_DEBUG #ifdef I2S_DEBUG # define DPRINTF(x) printf x #else