diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-15 18:46:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-15 18:46:40 +0000 |
commit | 5282932621135e658e0b2840be2d6aff9527526c (patch) | |
tree | fc39685573899011d81eddea28f721bad151f951 /sys/arch/sparc/include/autoconf.h | |
parent | 9ff521fa82ed0cb58d169bbe3cdc21b0ba9051c4 (diff) |
Nuke matchbyname(), which isn't used anymore.
ok deraadt@
Diffstat (limited to 'sys/arch/sparc/include/autoconf.h')
-rw-r--r-- | sys/arch/sparc/include/autoconf.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/arch/sparc/include/autoconf.h b/sys/arch/sparc/include/autoconf.h index 35865505f8c..a8ff8e3e515 100644 --- a/sys/arch/sparc/include/autoconf.h +++ b/sys/arch/sparc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.12 2003/06/02 23:27:54 millert Exp $ */ +/* $OpenBSD: autoconf.h,v 1.13 2005/03/15 18:46:30 miod Exp $ */ /* $NetBSD: autoconf.h,v 1.20 1997/05/24 20:03:03 pk Exp $ */ /* @@ -156,16 +156,6 @@ extern int optionsnode; int romprop(struct romaux *ra, const char *name, int node); /* - * The matchbyname function is useful in drivers that are matched - * by romaux name, i.e., all `mainbus attached' devices. It expects - * its aux pointer to point to a pointer to the name (the address of - * a romaux structure suffices, for instance). - */ -struct device; -struct cfdata; -int matchbyname(struct device *, void *cf, void *aux); - -/* * `clockfreq' produces a printable representation of a clock frequency * (this is just a frill). */ @@ -188,6 +178,7 @@ int makememarr(struct memarr *, int max, int which); void rominterpret(char *); /* Openprom V2 style boot path */ +struct device; struct bootpath { char name[16]; /* name of this node */ int val[3]; /* up to three optional values */ |