diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:20:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:20:27 +0000 |
| commit | 19b7ffd1b891310afc81453dc772086e51fadcb1 (patch) | |
| tree | 2617aff9f6c747e7c8d4c7fba6b63c69a1db77d3 /sys/dev/sf | |
| parent | 90cf0136c4c538b610702b30b4f37c875fafb776 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sf')
| -rw-r--r-- | sys/dev/sf/if_sf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 9eaad552c0ab..fcd05ff6ac7e 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -111,8 +111,8 @@ __FBSDID("$FreeBSD$"); /* "controller miibus0" required. See GENERIC if you get errors here. */ #include "miibus_if.h" -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #define SF_USEIOSPACE |
