Skip to content
Commit 97191d73 authored by Vincent Stehlé's avatar Vincent Stehlé Committed by Wolfram Sang
Browse files

i2c-designware: use div_u64 to fix link



This fixes the following link error:

  drivers/built-in.o: In function `dw_i2c_probe':
  of_iommu.c:(.text+0x18c8f0): undefined reference to `__aeabi_uldivmod'
  make: *** [vmlinux] Error 1

Signed-off-by: default avatarVincent Stehlé <vincent.stehle@freescale.com>
Tested-by: default avatarKevin Hilman <khilman@linaro.org>
Reviewed-by: default avatarChristian Ruppert <christian.ruppert@abilis.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent e0b9b7b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment