commit | 74c05a33cb02e75888771bc39e22e438195d6427 | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Mon Aug 06 12:39:11 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 06 10:43:35 2018 -0700 |
tree | 672c1602803578955d58003e8568e36eb5a095e1 | |
parent | 9dae34978d83df06fc59aff5cf0d88ce41b80643 [diff] |
ptp_qoriq: use div_u64/div_u64_rem for 64-bit division This is a fix-up patch for below build issue with multi_v7_defconfig. drivers/ptp/ptp_qoriq.o: In function `qoriq_ptp_probe': ptp_qoriq.c:(.text+0xd0c): undefined reference to `__aeabi_uldivmod' Fixes: 91305f281262 ("ptp_qoriq: support automatic configuration for ptp timer") Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>