Re: [PATCH] ptp_qoriq: use div_u64/div_u64_rem for 64-bit division

From: David Miller
Date: Mon Aug 06 2018 - 13:43:51 EST


From: Yangbo Lu <yangbo.lu@xxxxxxx>
Date: Mon, 6 Aug 2018 12:39:11 +0800

> 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@xxxxxxx>

Applied.