commit | 394dbf3f4005622fa52f1805eb950f08ce20f636 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Thu Jul 26 11:56:40 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:39:41 2007 -0400 |
tree | ebfe29af705e696dce211128016f843ff26b8dbf | |
parent | 4a2d31c811542d37258b3976975395cb1c0fba1c [diff] |
[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 <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>