mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat
stuff).
This commit is contained in:
parent
86b0a953e2
commit
46dff442be
1 changed files with 1 additions and 2 deletions
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
static struct _pcsid
|
||||
{
|
||||
pcidi_t type;
|
||||
u_int32_t type;
|
||||
char *desc;
|
||||
} pci_ids[] =
|
||||
{
|
||||
|
|
@ -112,7 +112,6 @@ struct intpm_pci_softc{
|
|||
bus_space_handle_t smbsh;
|
||||
bus_space_tag_t pmst;
|
||||
bus_space_handle_t pmsh;
|
||||
pcici_t cfg;
|
||||
device_t smbus;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue