X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fdrivers%2Fscsi%2Fdpt_i2o.c;h=d4cda5e9600e6e7560f6561bb6c007cce1f6e43d;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=2806cfbec2b9c885b90a18905d8edb9339ed421b;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/scsi/dpt_i2o.c b/kernel/drivers/scsi/dpt_i2o.c index 2806cfbec..d4cda5e96 100644 --- a/kernel/drivers/scsi/dpt_i2o.c +++ b/kernel/drivers/scsi/dpt_i2o.c @@ -1924,6 +1924,9 @@ static void adpt_alpha_info(sysInfo_S* si) #endif #if defined __i386__ + +#include + static void adpt_i386_info(sysInfo_S* si) { // This is all the info we need for now @@ -3562,7 +3565,6 @@ static struct scsi_host_template driver_template = { .slave_configure = adpt_slave_configure, .can_queue = MAX_TO_IOP_MESSAGES, .this_id = 7, - .cmd_per_lun = 1, .use_clustering = ENABLE_CLUSTERING, };