Make LINT compile again.

This commit is contained in:
Poul-Henning Kamp 2000-10-22 16:09:12 +00:00
parent 3ae19dd8cd
commit 41f7aa55ba
3 changed files with 2 additions and 3 deletions

View File

@ -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 */
};

View File

@ -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;

View File

@ -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 */
};