From fc5a2e51fb49ec3cbe8f670d6c1000abecf6df27 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Sun, 16 Dec 2007 18:43:57 +0000 Subject: [PATCH] Use the vm include convention of busdma --- sys/dev/cxgb/cxgb_main.c | 4 +++- sys/dev/cxgb/cxgb_sge.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 09cffc829cc..ef77dd55823 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -75,7 +75,9 @@ __FBSDID("$FreeBSD$"); #include -#include +#include +#include + #ifdef CONFIG_DEFINED #include #include diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c index 418bf4f84d6..e41148a8261 100644 --- a/sys/dev/cxgb/cxgb_sge.c +++ b/sys/dev/cxgb/cxgb_sge.c @@ -59,7 +59,9 @@ __FBSDID("$FreeBSD$"); #include #include -#include +#include +#include + #ifdef CONFIG_DEFINED #include #include