From: Matthew Wilcox Date: Thu, 26 Jul 2007 15:56:40 +0000 (-0400) Subject: [SCSI] advansys: Move struct device out of the cfg structures X-Git-Tag: v2.6.24-rc1~1290^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=394dbf3f4005622fa52f1805eb950f08ce20f636;p=pandora-kernel.git [SCSI] advansys: Move struct device out of the cfg structures The cfg structures are supposed to be disposable after initialisation; with the 'dev' used for DMA mapping in there, that's not possible. Move the dev to the board. Also inline AscInitFromAscDvcVar into its only caller, remove some unnecessary prototypes and sort out a few minor formatting issues. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed