summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/maxim6690.c
diff options
context:
space:
mode:
authorcnst <cnst@openbsd.org>2007-10-20 22:06:43 +0000
committercnst <cnst@openbsd.org>2007-10-20 22:06:43 +0000
commit87303f1543983bf6d88cd34bdf1e3d2f5e73d474 (patch)
tree8e6f18cdd53a280347a05425a6cb534095b40be9 /sys/dev/i2c/maxim6690.c
parentAck IRQ *after* fetching IPI args. From NetBSD. (diff)
downloadwireguard-openbsd-87303f1543983bf6d88cd34bdf1e3d2f5e73d474.tar.xz
wireguard-openbsd-87303f1543983bf6d88cd34bdf1e3d2f5e73d474.zip
_check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@
Diffstat (limited to 'sys/dev/i2c/maxim6690.c')
-rw-r--r--sys/dev/i2c/maxim6690.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/i2c/maxim6690.c b/sys/dev/i2c/maxim6690.c
index 085aaff18cc..cf9261b1b5e 100644
--- a/sys/dev/i2c/maxim6690.c
+++ b/sys/dev/i2c/maxim6690.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: maxim6690.c,v 1.15 2007/06/24 05:34:35 dlg Exp $ */
+/* $OpenBSD: maxim6690.c,v 1.16 2007/10/20 22:06:43 cnst Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -60,7 +60,6 @@ struct maxtmp_softc {
int maxtmp_match(struct device *, void *, void *);
void maxtmp_attach(struct device *, struct device *, void *);
-int maxtmp_check(struct i2c_attach_args *, u_int8_t *, u_int8_t *);
void maxtmp_refresh(void *);
struct cfattach maxtmp_ca = {