qcacld-3.0: Fix compilation error caused by 64-bit division
The 64-bit division in 32-bit architecture call 64-bit-by-64-bit division routines "__aeabi_uldivmod", which is not defined for the 32-bit architecture. Follow exist solution and use do_div asm-generic library api for division operation. Change-Id: I056f729e6f7586d26428868abd71acfd7130fdd8 CRs-Fixed: 2796163
Loading
Please register or sign in to comment