Make the legacy_pcib_attach() function static.

This commit is contained in:
jhb 2004-05-03 14:49:43 +00:00
parent 51fc4136f9
commit 74720a7e3d
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ LEGACY_ACCESSOR(pcibus, PCIBUS, u_int32_t)
#undef LEGACY_ACCESSOR
int legacy_pcib_attach(device_t dev);
int legacy_pcib_maxslots(device_t dev);
u_int32_t legacy_pcib_read_config(device_t dev, int bus, int slot, int func,
int reg, int bytes);

View File

@ -421,7 +421,7 @@ legacy_pcib_probe(device_t dev)
return -100;
}
int
static int
legacy_pcib_attach(device_t dev)
{
int bus;