diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-08-29 18:39:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-08-29 18:39:40 +0000 |
commit | 51a8fd5f361556bc0f1a6b148bce706c5e0c5acd (patch) | |
tree | d4e1ff0fc4571dce7e32e9cdf1cd71f813a45a70 /sys/dev/i2c/i2c_scan.c | |
parent | adb27da3e337402752407636ed5fa1883174bf08 (diff) |
#undef I2C_VERBOSE
ok deraadt@
Diffstat (limited to 'sys/dev/i2c/i2c_scan.c')
-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); |