From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 6/9] net: cwdavinci_cpdma: export symbols for cpsw Date: Thu, 14 Feb 2013 17:52:59 -0500 (EST) Message-ID: <20130214.175259.958737100257982860.davem@davemloft.net> References: <1360882071-4072668-1-git-send-email-arnd@arndb.de> <1360882071-4072668-7-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, mugunthanvnm@ti.com, hvaibhav@ti.com, richardcochran@gmail.com, netdev@vger.kernel.org To: arnd@arndb.de Return-path: In-Reply-To: <1360882071-4072668-7-git-send-email-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Arnd Bergmann Date: Thu, 14 Feb 2013 23:47:48 +0100 > With the support for ARM AM33xx in multiplatform kernels > in 3.9, an older bug appears in ARM allmodconfig: > When the cpsw driver is built as a module with cpdma > support enabled, it uses symbols that the cpdma driver > does not export. > > Without this patch, building allmodconfig results in: > > ERROR: "cpdma_ctlr_int_ctrl" [drivers/net/ethernet/ti/ti_cpsw.ko] undefined! > ERROR: "cpdma_control_set" [drivers/net/ethernet/ti/ti_cpsw.ko] undefined! > ERROR: "cpdma_ctlr_eoi" [drivers/net/ethernet/ti/ti_cpsw.ko] undefined! > > Signed-off-by: Arnd Bergmann Acked-by: David S. Miller