commit | 9b1f942c09dd942e6de3185caa81c111b14de567 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sun Apr 05 13:30:54 2009 +0530 |
committer | Andy Fleming <afleming@freescale.com> | Tue Jun 02 17:18:56 2009 -0500 |
tree | 063db5807fadccb82d2080eb71e6f04cd86975f6 | |
parent | e85649c7e683faea1ccfddc9fa9abc62f38e4201 [diff] |
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>