diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-26 06:50:27 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-26 06:50:27 +0000 |
commit | d1efef88d5c92545eb0537e7eb70d502e75baeae (patch) | |
tree | ad2487404571cb500eafc301d1ac80d00e67e313 /sys/arch/macppc | |
parent | a9362bea0cf74b80bdc9bb7cae20875fa8296b2c (diff) |
Oups, remove '#define I2S_DEBUG' again.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/dev/i2s.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <macppc/dev/i2sreg.h> #include <macppc/pci/macobio.h> -#define I2S_DEBUG #ifdef I2S_DEBUG # define DPRINTF(x) printf x #else |