diff options
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/ad741x.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/i2c/ad741x.c b/sys/dev/i2c/ad741x.c index 4c3e2d47529..0c82851cfa8 100644 --- a/sys/dev/i2c/ad741x.c +++ b/sys/dev/i2c/ad741x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ad741x.c,v 1.10 2007/03/22 16:55:31 deraadt Exp $ */ +/* $OpenBSD: ad741x.c,v 1.11 2007/04/09 19:31:22 kettenis Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -155,8 +155,6 @@ adc_attach(struct device *parent, struct device *self, void *aux) printf("\n"); } -void adc_readport(struct adc_softc *, u_int8_t, u_int8_t, int); - void adc_refresh(void *arg) { |