diff options
-rw-r--r-- | sys/dev/firewire/sbp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index b143be5..0f1f573 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -41,9 +41,6 @@ #include <sys/mbuf.h> #include <sys/sysctl.h> #include <machine/bus.h> -#if __FreeBSD_version >= 500000 -#include <machine/bus_dma.h> -#endif #include <sys/malloc.h> #include <sys/devicestat.h> /* for struct devstat */ |