Skip to content

Commit

Permalink
[SCSI] cxgb3i: added missing include in cxgb3i_ddp.h
Browse files Browse the repository at this point in the history
Signed-off-by: Karen Xie <kxie@chelsio.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Karen Xie authored and James Bottomley committed Feb 22, 2009
1 parent f62d089 commit 992040f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/cxgb3i/cxgb3i_ddp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 992040f

Please sign in to comment.