Skip to content
Snippets Groups Projects
Commit 9b1f942c authored by Rabin Vincent's avatar Rabin Vincent Committed by Andy Fleming
Browse files

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: default avatarRabin Vincent <rabin@rab.in>
parent e85649c7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment