diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-10-01 13:58:11 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-10-01 13:58:11 +0000 |
commit | 54c9b5f2a649d6c377bc16d59d8c50e9b7854c58 (patch) | |
tree | b97dc680e53ecb43845822f1c7a152ed26240fea /sys/dev/pci/if_de.c | |
parent | 7d312caaa8cd3e81561397cdc4eb6492e06a484f (diff) |
oops, the include was just doing fine there
Diffstat (limited to 'sys/dev/pci/if_de.c')
-rw-r--r-- | sys/dev/pci/if_de.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index ddf4e9455b5..cf217164860 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.85 2005/10/01 13:49:50 martin Exp $ */ +/* $OpenBSD: if_de.c,v 1.86 2005/10/01 13:58:10 martin Exp $ */ /* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */ /*- @@ -78,7 +78,6 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> -#include <dev/pci/if_devar.h> #include <dev/ic/dc21040reg.h> /* @@ -136,6 +135,7 @@ (sc)->tulip_pci_devno = pa->pa_device; \ } while (0) +#include <dev/pci/if_devar.h> /* * This module supports * the DEC 21040 PCI Ethernet Controller. |