diff options
author | jhb <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
commit | d944886e4df0e6d88970157ff46e8c0ab0c6b2c8 (patch) | |
tree | bd5164ec2cc8db9bccf6950d4969bd81891925dd /sys/dev/fxp | |
parent | 14c3513b9066aff7d93e8a86195d4477ba17f6dc (diff) | |
download | FreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.zip FreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.tar.gz |
Catch up to moving headers:
- machine/ipl.h -> sys/ipl.h
- machine/mutex.h -> sys/mutex.h
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 3b4afed..43c30b7 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -38,6 +38,7 @@ #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/kernel.h> #include <sys/socket.h> @@ -56,7 +57,6 @@ #include <machine/bus.h> #include <sys/rman.h> #include <machine/resource.h> -#include <machine/mutex.h> #include <net/ethernet.h> #include <net/if_arp.h> |