1 Jun 2009 04:25
Re: [SCSI] cxgb3i: Include net/dst.h for struct dst_cache
Mike Christie <michaelc <at> cs.wisc.edu>
2009-06-01 02:25:06 GMT
2009-06-01 02:25:06 GMT
ccing cxgb3i driver maitainer. Herbert Xu wrote: > Hi: > > [SCSI] cxgb3i: Include net/dst.h for struct dst_cache > > This driver needs dst_cache->dev so it should include net/dst.h > to ensure that it builds. While net/tcp.h probably includes it > already, we shouldn't rely on that since there is no guarantee > that this won't change in future. > > Signed-off-by: Herbert Xu <herbert <at> gondor.apana.org.au> > > diff --git a/drivers/scsi/cxgb3i/cxgb3i_iscsi.c b/drivers/scsi/cxgb3i/cxgb3i_iscsi.c > index 9212400..8b49731 100644 > --- a/drivers/scsi/cxgb3i/cxgb3i_iscsi.c > +++ b/drivers/scsi/cxgb3i/cxgb3i_iscsi.c > <at> <at> -13,6 +13,7 <at> <at> > > #include <linux/inet.h> > #include <linux/crypto.h> > +#include <net/dst.h> > #include <net/tcp.h> > #include <scsi/scsi_cmnd.h> > #include <scsi/scsi_device.h> > Looks ok.(Continue reading)
RSS Feed