diff options
author | 2007-04-09 19:31:22 +0000 | |
---|---|---|
committer | 2007-04-09 19:31:22 +0000 | |
commit | 5f0cbceaad509f06dee71bc58b49d707712c9c50 (patch) | |
tree | 6c8724b86ff4a9a910441e9d14b02db4d118f410 | |
parent | Add -n to gzip flags. Save a few bytes since we no longer save (diff) | |
download | wireguard-openbsd-5f0cbceaad509f06dee71bc58b49d707712c9c50.tar.xz wireguard-openbsd-5f0cbceaad509f06dee71bc58b49d707712c9c50.zip |
Remove unused prototype.
-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) { |