Make the legacy_pcib_attach() function static.

This commit is contained in:
John Baldwin 2004-05-03 14:49:43 +00:00
parent 4f9e7c8b00
commit be16306ad3
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;