diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-01 21:30:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-01 21:30:10 +0000 |
commit | ce5ac907441b34c7c5d7129cd161f5b79f2d77ca (patch) | |
tree | 8d4439dfacf8efef1171b0ee89875f33ba36923b /sys/arch | |
parent | c8499cf7a6c7b5529b6508d1b63037fe4fe1e765 (diff) |
proto not needed
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/dev/maci2c.c | 4 |
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) { |