public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing include in cxgb3i
@ 2009-01-05 17:21 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2009-01-05 17:21 UTC (permalink / raw)
  To: linux-scsi; +Cc: linux-kernel

it needs scatterlist.h - indirect chain of includes doesn't work on
a lot of targets.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 drivers/scsi/cxgb3i/cxgb3i_ddp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.c b/drivers/scsi/cxgb3i/cxgb3i_ddp.c
index 1a41f04..08f3a09 100644
--- a/drivers/scsi/cxgb3i/cxgb3i_ddp.c
+++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.c
@@ -11,6 +11,7 @@
  */
 
 #include <linux/skbuff.h>
+#include <linux/scatterlist.h>
 
 /* from cxgb3 LLD */
 #include "common.h"
-- 
1.5.6.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-05 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 17:21 [PATCH] missing include in cxgb3i Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox