From: Mark Haverkamp Date: Thu, 15 Mar 2007 17:26:22 +0000 (-0700) Subject: [SCSI] aacraid: Fix struct element name issue X-Git-Tag: v2.6.22-rc1~1015^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8166a52968216ae079a5530ac3269147de2ef31;p=pandora-kernel.git [SCSI] aacraid: Fix struct element name issue Received from Mark Salyzyn, This patch is to resolve a namespace issue that will result from a patch expected in the future that adds a new interface; rationalized as correcting a long term issue where hw_fib, instead of hw_fib_va, refers to the virtual address space and hw_fib_pa refers to the physical address space. A small fragment of this patch also cleans up an unused variable that was close to the patch fragments. Signed-off-by: Mark Haverkamp Signed-off-by: James Bottomley --- Reading git-diff-tree failed