mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make the legacy_pcib_attach() function static.
This commit is contained in:
parent
4f9e7c8b00
commit
be16306ad3
2 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue