From: Matthew Wilcox Date: Wed, 3 Oct 2007 01:55:37 +0000 (-0400) Subject: [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc X-Git-Tag: v2.6.24-rc1~1290^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d41c29a4b38c5b5e8ce5e13c4f3ac852615e0b;p=pandora-kernel.git [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc board->carrp is a duplicate of asc_dvc->carrier_buf, so cut out the middle-man and assign directly to carrier_buf. Move orig_reqp to adv_dvc too, since it's wide-board specific. Also eliminate an unnecessary BUG_ON (we'll never get there with a NULL carrier_buf, and will crash if we do). The bulk of this patch is rearranging structures so everything's declared in the right order. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed