diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-09-26 23:48:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-09-26 23:48:57 +0000 |
commit | d50905a6fb8468a792dcfae31f61755523896fd1 (patch) | |
tree | 1368e1adb633a4758cc4af01957f8f151c7f5635 /sys/dev/i2c/i2c_scan.c | |
parent | 2bf9309e28746a4b6a52286fbfaa52035e8bc80e (diff) |
re-enable 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 671b3c51a6f..4bdef1031ea 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.89 2006/08/29 18:39:39 kettenis Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.90 2006/09/26 23:48:56 jsg Exp $ */ /* * Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> @@ -28,7 +28,7 @@ #include <dev/i2c/i2cvar.h> #undef I2C_DEBUG -#undef I2C_VERBOSE +#define I2C_VERBOSE void iic_probe(struct device *, struct i2cbus_attach_args *, u_int8_t); |