Home
last modified time | relevance | path

Searched hist:"9 b1f942c09dd942e6de3185caa81c111b14de567" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c9b1f942c09dd942e6de3185caa81c111b14de567 Sun Apr 05 08:00:54 UTC 2009 Rabin Vincent <rabin@rab.in> mmc: use lldiv to fix arm eabi build

The generic MMC core uses direct long long divisions, which do not build
with ARM EABI toolchains. Use lldiv() instead, which works everywhere.

Signed-off-by: Rabin Vincent <rabin@rab.in>