Re-staticize a few functions I un-staticized for debugging purposes

on amd64 and accidentally forgot to put back. (Have I mentioned that
gdb on amd64 needs work? It does. Boy howdy.)
This commit is contained in:
Bill Paul 2005-02-16 18:37:14 +00:00
parent 2adbfd5436
commit ef7012e1fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141981

View file

@ -61,7 +61,7 @@ static void dump_deviceids_pci (void);
static void dump_deviceids_pcmcia (void);
static void dump_pci_id (const char *);
static void dump_pcmcia_id (const char *);
/*static*/ void dump_regvals (void);
static void dump_regvals (void);
static void dump_paramreg (const struct section *,
const struct reg *, int);
@ -559,7 +559,7 @@ dump_paramreg(const struct section *s, const struct reg *r, int devidx)
return;
}
/*static*/ void
static void
dump_regvals(void)
{
struct assign *manf, *dev;