mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Make LINT compile again.
This commit is contained in:
parent
3ae19dd8cd
commit
41f7aa55ba
3 changed files with 2 additions and 3 deletions
|
|
@ -88,7 +88,6 @@ struct en_pci_softc {
|
|||
|
||||
/* PCI bus glue */
|
||||
void *sc_ih; /* interrupt handle */
|
||||
pci_chipset_tag_t en_pc; /* for PCI calls */
|
||||
pcici_t en_confid; /* config id */
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,10 @@
|
|||
* this file contains the description of the ENI ATM midway chip
|
||||
* data structures. see midway.c for more details.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#if defined(sparc) || defined(__FreeBSD__)
|
||||
#if defined(sparc)
|
||||
/* XXX: gross. netbsd/sparc doesn't have machine/bus.h yet. */
|
||||
typedef void * bus_space_tag_t;
|
||||
typedef u_int32_t pci_chipset_tag_t;
|
||||
|
|
|
|||
|
|
@ -88,7 +88,6 @@ struct en_pci_softc {
|
|||
|
||||
/* PCI bus glue */
|
||||
void *sc_ih; /* interrupt handle */
|
||||
pci_chipset_tag_t en_pc; /* for PCI calls */
|
||||
pcici_t en_confid; /* config id */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue