* [PATCH v2 4/6 2.6.29-rc] cxgb3i - added missing include in cxgb3i_ddp.h
@ 2009-02-14 5:38 Karen Xie
2009-02-17 21:16 ` Mike Christie
0 siblings, 1 reply; 2+ messages in thread
From: Karen Xie @ 2009-02-14 5:38 UTC (permalink / raw)
To: open-iscsi, linux-scsi; +Cc: michaelc, James.Bottomley, kxie
[PATCH v2 4/6 2.6.29-rc] cxgb3i - added missing include in cxgb3i_ddp.h
From: Karen Xie <kxie@chelsio.com>
Added missing include file in cxgb3i_ddp.h.
Signed-off-by: Karen Xie <kxie@chelsio.com>
---
drivers/scsi/cxgb3i/cxgb3i_ddp.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.h b/drivers/scsi/cxgb3i/cxgb3i_ddp.h
index 5c7c4d9..f675807 100644
--- a/drivers/scsi/cxgb3i/cxgb3i_ddp.h
+++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.h
@@ -13,6 +13,8 @@
#ifndef __CXGB3I_ULP2_DDP_H__
#define __CXGB3I_ULP2_DDP_H__
+#include <linux/vmalloc.h>
+
/**
* struct cxgb3i_tag_format - cxgb3i ulp tag format for an iscsi entity
*
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-17 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 5:38 [PATCH v2 4/6 2.6.29-rc] cxgb3i - added missing include in cxgb3i_ddp.h Karen Xie
2009-02-17 21:16 ` Mike Christie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox