>>>>> "Sreekanth" == Sreekanth Reddy <[email protected]> writes:
Sreekanth> This patch will fix the below compilation errors on i386 ARCH Sreekanth> drivers/built-in.o: In function `_scsih_qcmd': Sreekanth> mpt2sas_scsih.c:(.text+0x1e7b56): undefined reference to Sreekanth> `__udivdi3' mpt2sas_scsih.c:(.text+0x1e7b8a): undefined Sreekanth> reference to `__umoddi3' Sreekanth> Used sector_div() API to fix above compilation errors. Reviewed-by: Martin K. Petersen <[email protected]> -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

