diff options
| author | Paul Richards <paul@FreeBSD.org> | 2000-05-14 18:21:39 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 2000-05-14 18:21:39 +0000 |
| commit | 2e054666c6356014200157c1be4b4c514966a6cd (patch) | |
| tree | c5c1eaf0be70682bd4eb2d44b6b4e99ee825a2a1 /sys/dev | |
| parent | cacdbc0d1365d931dc9acc602dfa883a24f67a64 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/lnc/if_lnc.c | 2 | ||||
| -rw-r--r-- | sys/dev/lnc/if_lncvar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index 308f5573be3a8..d3f19524e59b0 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -90,7 +90,7 @@ #include <machine/md_var.h> #include <i386/isa/isa_device.h> -#include <i386/isa/if_lnc.h> +#include <dev/lnc/if_lncvar.h> struct lnc_softc { struct arpcom arpcom; /* see ../../net/if_arp.h */ diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h index cda83648663c7..278e71c005b9c 100644 --- a/sys/dev/lnc/if_lncvar.h +++ b/sys/dev/lnc/if_lncvar.h @@ -33,7 +33,7 @@ * $FreeBSD$ */ -#include <i386/isa/ic/Am7990.h> +#include <dev/lnc/if_lncreg.h> /* * Initialize multicast address hashing registers to accept |
