diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
| commit | 35e0e5b31144763b2053a8a033be4407987e7e69 (patch) | |
| tree | f8963c2475693a3974f6608fa6e8c720fa433512 /sys/dev/an | |
| parent | 341885a9fce84834fe9fe892fa2c577575150417 (diff) | |
Notes
Diffstat (limited to 'sys/dev/an')
| -rw-r--r-- | sys/dev/an/if_an.c | 2 | ||||
| -rw-r--r-- | sys/dev/an/if_an_pccard.c | 2 | ||||
| -rw-r--r-- | sys/dev/an/if_an_pci.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 68a22a2e2e6b..e557d1f41c5e 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -107,7 +107,7 @@ #include <sys/bus.h> #include <machine/bus.h> #include <sys/rman.h> -#include <machine/mutex.h> +#include <sys/mutex.h> #include <machine/resource.h> #include <net/if.h> diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index 551bad863d28..41b667267589 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -55,7 +55,7 @@ #include <sys/bus.h> #include <machine/bus.h> #include <sys/rman.h> -#include <machine/mutex.h> +#include <sys/mutex.h> #include <machine/resource.h> #include <net/if.h> diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index 22a0443ebdb2..bde0f3df9c5b 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -69,7 +69,7 @@ #include <sys/bus.h> #include <machine/bus.h> #include <sys/rman.h> -#include <machine/mutex.h> +#include <sys/mutex.h> #include <machine/resource.h> #include <net/if.h> |
