diff options
author | kmacy <kmacy@FreeBSD.org> | 2007-09-10 00:59:51 +0000 |
---|---|---|
committer | kmacy <kmacy@FreeBSD.org> | 2007-09-10 00:59:51 +0000 |
commit | 495285abf0a922aa3f28157a917bd105f1b70cc3 (patch) | |
tree | 4afd6d8917e0c34ee77ce94f5aca89f411ca6bf1 /sys/dev/cxgb/cxgb_include.h | |
parent | 16614f83a02ff04ff50789782e884d690ccbb78b (diff) | |
download | FreeBSD-src-495285abf0a922aa3f28157a917bd105f1b70cc3.zip FreeBSD-src-495285abf0a922aa3f28157a917bd105f1b70cc3.tar.gz |
pull in changes made to RELENG_6 version in the process of doing the MFC
Supported by: Chelsio
Approved by: re (blanket)
Diffstat (limited to 'sys/dev/cxgb/cxgb_include.h')
-rw-r--r-- | sys/dev/cxgb/cxgb_include.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h index c4eb5ad..bbb0f7a 100644 --- a/sys/dev/cxgb/cxgb_include.h +++ b/sys/dev/cxgb/cxgb_include.h @@ -10,8 +10,8 @@ #include <cxgb_offload.h> #include <common/cxgb_regs.h> #include <common/cxgb_t3_cpl.h> -#include <dev/cxgb/common/cxgb_ctl_defs.h> -#include <dev/cxgb/common/cxgb_sge_defs.h> +#include <common/cxgb_ctl_defs.h> +#include <common/cxgb_sge_defs.h> #include <common/cxgb_firmware_exports.h> #include <sys/mvec.h> #include <ulp/toecore/toedev.h> |