Make the legacy_pcib_attach() function static.
This commit is contained in:
parent
51fc4136f9
commit
74720a7e3d
@ -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);
|
||||
|
@ -421,7 +421,7 @@ legacy_pcib_probe(device_t dev)
|
||||
return -100;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
legacy_pcib_attach(device_t dev)
|
||||
{
|
||||
int bus;
|
||||
|
Loading…
x
Reference in New Issue
Block a user