From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ptp_qoriq: use div_u64/div_u64_rem for 64-bit division Date: Mon, 06 Aug 2018 10:43:48 -0700 (PDT) Message-ID: <20180806.104348.60564757746017342.davem@davemloft.net> References: <20180806043911.15437-1-yangbo.lu@nxp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, richardcochran@gmail.com, linux-kernel@vger.kernel.org To: yangbo.lu@nxp.com Return-path: In-Reply-To: <20180806043911.15437-1-yangbo.lu@nxp.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Yangbo Lu 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 Applied.