diff options
author | Kip Macy <kmacy@FreeBSD.org> | 2008-09-23 03:16:54 +0000 |
---|---|---|
committer | Kip Macy <kmacy@FreeBSD.org> | 2008-09-23 03:16:54 +0000 |
commit | 79775f8f1be8dc6ce2b705276b7626cb24347f7d (patch) | |
tree | 70313b5028b92cfbd58e1fa7157e359079f0295a /sys/dev/cxgb/ulp/tom/cxgb_toepcb.h | |
parent | 0c6e0345b75185765a56858a31c3baad4fef3489 (diff) |
Notes
Diffstat (limited to 'sys/dev/cxgb/ulp/tom/cxgb_toepcb.h')
-rw-r--r-- | sys/dev/cxgb/ulp/tom/cxgb_toepcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h b/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h index 7c4bd0c06c41..1b28e965a18c 100644 --- a/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h +++ b/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h @@ -30,7 +30,7 @@ #define CXGB_TOEPCB_H_ #include <sys/bus.h> #include <sys/condvar.h> -#include <dev/cxgb/sys/mbufq.h> +#include <sys/mbufq.h> struct toepcb { struct toedev *tp_toedev; |