diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:08:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:08:17 +0000 |
| commit | 90cf0136c4c538b610702b30b4f37c875fafb776 (patch) | |
| tree | f46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/si | |
| parent | 38d8c9940bac138b83c5aa0066f0e2623d3a3512 (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/si/si_pci.c b/sys/dev/si/si_pci.c index 96a865c5dfa6..9dffe5162394 100644 --- a/sys/dev/si/si_pci.c +++ b/sys/dev/si/si_pci.c @@ -31,7 +31,7 @@ #include <dev/si/sireg.h> #include <dev/si/sivar.h> -#include <pci/pcivar.h> +#include <dev/pci/pcivar.h> static int si_pci_probe(device_t dev) |
