diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-09 19:31:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-09 19:31:23 +0000 |
commit | 21b68edc7afad6c54cd759b8827a39e0bd34c33e (patch) | |
tree | a7cce6e3d0003bcdab72c37fe4c40a1deb901ba3 /sys | |
parent | b4eeba5779b80aabe38608c88c6f14fe43a18595 (diff) |
Remove unused prototype.
Diffstat (limited to 'sys')
-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) { |