aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/cxgb_include.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cxgb/cxgb_include.h')
-rw-r--r--sys/dev/cxgb/cxgb_include.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h
index 9f187ee764bb..ec318f619377 100644
--- a/sys/dev/cxgb/cxgb_include.h
+++ b/sys/dev/cxgb/cxgb_include.h
@@ -6,7 +6,6 @@
#include <sys/param.h>
#include <sys/types.h>
#include <machine/bus.h>
-#ifdef CONFIG_DEFINED
#include <cxgb_osdep.h>
#include <common/cxgb_common.h>
#include <cxgb_ioctl.h>
@@ -18,18 +17,3 @@
#include <common/cxgb_firmware_exports.h>
#include <common/jhash.h>
#include <ulp/toecore/cxgb_toedev.h>
-#else
-#include <dev/cxgb/cxgb_osdep.h>
-#include <dev/cxgb/common/cxgb_common.h>
-#include <dev/cxgb/cxgb_ioctl.h>
-#include <dev/cxgb/cxgb_offload.h>
-#include <dev/cxgb/common/cxgb_regs.h>
-#include <dev/cxgb/common/cxgb_t3_cpl.h>
-#include <dev/cxgb/common/cxgb_ctl_defs.h>
-#include <dev/cxgb/common/cxgb_sge_defs.h>
-#include <dev/cxgb/common/cxgb_firmware_exports.h>
-#include <dev/cxgb/common/jhash.h>
-#include <dev/cxgb/ulp/toecore/cxgb_toedev.h>
-#endif
-
-