diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-06-07 08:40:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-06-07 08:40:34 +0000 |
commit | 5d682bb9ee5531da76c2a8597b6971707d3c1936 (patch) | |
tree | e8d3fdb35f8b95ad3dc48ca7ea5a21ffc72c2b3e /sys | |
parent | ea9f8533d966c3a19d993dfe9aa7b07e71be30a8 (diff) |
remove static
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/dev/psycho.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/psycho.c b/sys/arch/sparc64/dev/psycho.c index bd1b8f33e96..04da28b9522 100644 --- a/sys/arch/sparc64/dev/psycho.c +++ b/sys/arch/sparc64/dev/psycho.c @@ -1,4 +1,4 @@ -/* $OpenBSD: psycho.c,v 1.18 2002/04/04 23:16:22 jason Exp $ */ +/* $OpenBSD: psycho.c,v 1.19 2002/06/07 08:40:33 jason Exp $ */ /* $NetBSD: psycho.c,v 1.39 2001/10/07 20:30:41 eeh Exp $ */ /* @@ -68,7 +68,7 @@ int psycho_debug = 0x0; #define DPRINTF(l, s) #endif -static pci_chipset_tag_t psycho_alloc_chipset(struct psycho_pbm *, int, +pci_chipset_tag_t psycho_alloc_chipset(struct psycho_pbm *, int, pci_chipset_tag_t); void psycho_get_bus_range(int, int *); void psycho_get_ranges(int, struct psycho_ranges **, int *); |