From: adam radford Date: Tue, 21 Dec 2010 18:23:23 +0000 (-0800) Subject: [SCSI] megaraid_sas: Add struct megasas_instance_template changes X-Git-Tag: v2.6.38-rc1~27^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd50ba8ede5cd3c4606a8e5d163913da5ff36ad7;p=pandora-kernel.git [SCSI] megaraid_sas: Add struct megasas_instance_template changes The following patch adds struct megasas_instance_template changes to the megaraid_sas driver, and changes all code to use the new instance entries: irqreturn_t (*service_isr )(int irq, void *devp); void (*tasklet)(unsigned long); u32 (*init_adapter)(struct megasas_instance *); u32 (*build_and_issue_cmd) (struct megasas_instance *, struct scsi_cmnd *); void (*issue_dcmd) (struct megasas_instance *instance, struct megasas_cmd *cmd); Signed-off-by: Adam Radford Signed-off-by: James Bottomley --- Reading git-diff-tree failed