From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net/ethernet/freescale/fman: fix cross-build error Date: Mon, 16 Jul 2018 14:03:00 -0700 (PDT) Message-ID: <20180716.140300.318968566584687896.davem@davemloft.net> References: <3a063d78-73f8-b41f-9354-fe839fe80c11@infradead.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, madalin.bucur@nxp.com, linuxppc-dev@lists.ozlabs.org To: rdunlap@infradead.org Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:60140 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728734AbeGPVcK (ORCPT ); Mon, 16 Jul 2018 17:32:10 -0400 In-Reply-To: <3a063d78-73f8-b41f-9354-fe839fe80c11@infradead.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Randy Dunlap Date: Fri, 13 Jul 2018 21:25:19 -0700 > From: Randy Dunlap > > CC [M] drivers/net/ethernet/freescale/fman/fman.o > In file included from ../drivers/net/ethernet/freescale/fman/fman.c:35: > ../include/linux/fsl/guts.h: In function 'guts_set_dmacr': > ../include/linux/fsl/guts.h:165:2: error: implicit declaration of function 'clrsetbits_be32' [-Werror=implicit-function-declaration] > clrsetbits_be32(&guts->dmacr, 3 << shift, device << shift); > ^~~~~~~~~~~~~~~ > > Signed-off-by: Randy Dunlap Applied.