diff options
author | Sreekanth Reddy <sreekanth.reddy@avagotech.com> | 2014-09-19 08:47:27 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-22 16:35:45 +0200 |
commit | f78f694c34ae6fdc29f5e80abb2dbb894f961772 (patch) | |
tree | 6fa543f5d076baee2f2efc8a1302e2f4bdd392db /drivers/scsi/storvsc_drv.c | |
parent | arcmsr: simplify of updating doneq_index and postq_index (diff) | |
download | linux-f78f694c34ae6fdc29f5e80abb2dbb894f961772.tar.xz linux-f78f694c34ae6fdc29f5e80abb2dbb894f961772.zip |
mpt2sas: fix undefined reference to `__udivdi3' compilation errors
This patch will fix the below compilation errors on i386 ARCH
drivers/built-in.o: In function `_scsih_qcmd':
mpt2sas_scsih.c:(.text+0x1e7b56): undefined reference to `__udivdi3'
mpt2sas_scsih.c:(.text+0x1e7b8a): undefined reference to `__umoddi3'
Used sector_div() API to fix above compilation errors.
Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/storvsc_drv.c')
0 files changed, 0 insertions, 0 deletions