diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2013-02-22 19:23:54 +0100 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-02-24 10:43:11 +0100 |
commit | bf07bdea0d6baea1c8ca9e2dbc278cb85fbc33e2 (patch) | |
tree | 90bc63ff72517cad09821aa80779972d90e4f0f4 /drivers/scsi/imm.c | |
parent | [SCSI] storvsc: Handle dynamic resizing of the device (diff) | |
download | linux-bf07bdea0d6baea1c8ca9e2dbc278cb85fbc33e2.tar.xz linux-bf07bdea0d6baea1c8ca9e2dbc278cb85fbc33e2.zip |
[SCSI] scsi: fix lpfc build when wmb() is defined as mb()
On architectures where wmb() is defined as mb(), a build error
happens since there is also a variable named 'mb' in lpfc_sli.c's
lpfc_sli_issue_mbox_s3() function. Rename the variable to 'mbx'
to prevent the build error.
drivers/scsi/lpfc/lpfc_sli.c: error: called object 'mb' is not a function
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/imm.c')
0 files changed, 0 insertions, 0 deletions