diff options
author | 2006-08-29 18:39:39 +0000 | |
---|---|---|
committer | 2006-08-29 18:39:39 +0000 | |
commit | 04356b83dbfc494e0ec2b9ae977a72490ab9930f (patch) | |
tree | fedb9d13de17e2f09651f64e9e85cc77f06f5663 /sys | |
parent | ACKNOWLEDGEMENTS -> AUTHORS; (diff) | |
download | wireguard-openbsd-04356b83dbfc494e0ec2b9ae977a72490ab9930f.tar.xz wireguard-openbsd-04356b83dbfc494e0ec2b9ae977a72490ab9930f.zip |
#undef I2C_VERBOSE
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index 099b5fa8960..671b3c51a6f 100644 --- a/sys/dev/i2c/i2c_scan.c +++ b/sys/dev/i2c/i2c_scan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2c_scan.c,v 1.88 2006/08/18 17:35:19 deraadt Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.89 2006/08/29 18:39:39 kettenis Exp $ */ /* * Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> @@ -28,7 +28,7 @@ #include <dev/i2c/i2cvar.h> #undef I2C_DEBUG -#define I2C_VERBOSE +#undef I2C_VERBOSE void iic_probe(struct device *, struct i2cbus_attach_args *, u_int8_t); |