summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-01-01 21:30:09 +0000
committerderaadt <deraadt@openbsd.org>2006-01-01 21:30:09 +0000
commitc8fe34728713ab54ec96db535f972cb42ddcf65a (patch)
tree6ec91f965210b34d5fd7eaf4f1217c48877292e9
parentsync (diff)
downloadwireguard-openbsd-c8fe34728713ab54ec96db535f972cb42ddcf65a.tar.xz
wireguard-openbsd-c8fe34728713ab54ec96db535f972cb42ddcf65a.zip
proto not needed
-rw-r--r--sys/arch/macppc/dev/maci2c.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/maci2c.c b/sys/arch/macppc/dev/maci2c.c
index d94ef65175b..c1af2c470d3 100644
--- a/sys/arch/macppc/dev/maci2c.c
+++ b/sys/arch/macppc/dev/maci2c.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: maci2c.c,v 1.5 2006/01/01 20:52:25 deraadt Exp $ */
+/* $OpenBSD: maci2c.c,v 1.6 2006/01/01 21:30:09 deraadt Exp $ */
/*
* Copyright (c) 2005 Mark Kettenis
@@ -25,8 +25,6 @@
#include <arch/macppc/dev/maci2cvar.h>
-int maciic_print(void *, const char *);
-
void
maciic_scan(struct device *self, struct i2cbus_attach_args *iba, void *aux)
{