diff options
author | Kip Macy <kmacy@FreeBSD.org> | 2007-05-28 22:57:27 +0000 |
---|---|---|
committer | Kip Macy <kmacy@FreeBSD.org> | 2007-05-28 22:57:27 +0000 |
commit | 10faa568707403e7f72d9e20467c2d06b5517e43 (patch) | |
tree | 22efa55439af192b9a098eff9426d5f1a92c7f2e /sys/dev/cxgb/common/cxgb_mc5.c | |
parent | 911d16b8cd81203a41dc774a98332b5dc10eafd0 (diff) |
Notes
Diffstat (limited to 'sys/dev/cxgb/common/cxgb_mc5.c')
-rw-r--r-- | sys/dev/cxgb/common/cxgb_mc5.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/dev/cxgb/common/cxgb_mc5.c b/sys/dev/cxgb/common/cxgb_mc5.c index abbf71f494977..9d3b94f888cdc 100644 --- a/sys/dev/cxgb/common/cxgb_mc5.c +++ b/sys/dev/cxgb/common/cxgb_mc5.c @@ -9,11 +9,7 @@ modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. Neither the name of the Chelsio Corporation nor the names of its + 2. Neither the name of the Chelsio Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -34,8 +30,11 @@ POSSIBILITY OF SUCH DAMAGE. #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <dev/cxgb/common/cxgb_common.h> -#include <dev/cxgb/common/cxgb_regs.h> +#ifdef CONFIG_DEFINED +#include <cxgb_include.h> +#else +#include <dev/cxgb/cxgb_include.h> +#endif enum { IDT75P52100 = 4, |