]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: use lldiv to fix arm eabi build
authorRabin Vincent <rabin@rab.in>
Sun, 5 Apr 2009 08:00:54 +0000 (13:30 +0530)
committerAndy Fleming <afleming@freescale.com>
Tue, 2 Jun 2009 22:18:56 +0000 (17:18 -0500)
commit9b1f942c09dd942e6de3185caa81c111b14de567
tree063db5807fadccb82d2080eb71e6f04cd86975f6
parente85649c7e683faea1ccfddc9fa9abc62f38e4201
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>
drivers/mmc/mmc.c