diff options
Diffstat (limited to 'sys/dev/em')
| -rw-r--r-- | sys/dev/em/if_em.h | 4 | ||||
| -rw-r--r-- | sys/dev/em/if_em_osdep.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h index ca85fbb30777..7ed3ef3fd81b 100644 --- a/sys/dev/em/if_em.h +++ b/sys/dev/em/if_em.h @@ -69,8 +69,8 @@ POSSIBILITY OF SUCH DAMAGE. #include <vm/vm.h> #include <vm/pmap.h> #include <machine/clock.h> -#include <pci/pcivar.h> -#include <pci/pcireg.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcireg.h> #include <sys/endian.h> #include <sys/proc.h> #include <sys/sysctl.h> diff --git a/sys/dev/em/if_em_osdep.h b/sys/dev/em/if_em_osdep.h index 0bd806efd507..5c010ec25ec9 100644 --- a/sys/dev/em/if_em_osdep.h +++ b/sys/dev/em/if_em_osdep.h @@ -51,8 +51,8 @@ POSSIBILITY OF SUCH DAMAGE. #include <vm/vm.h> #include <vm/pmap.h> #include <machine/clock.h> -#include <pci/pcivar.h> -#include <pci/pcireg.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcireg.h> #define ASSERT(x) if(!(x)) panic("EM: x") |
