From: Arnd Bergmann Date: Thu, 14 Feb 2013 16:53:01 +0000 (+0100) Subject: net: cwdavinci_cpdma: export symbols for cpsw X-Git-Tag: v3.9-rc1~119^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6929e24e4cc46ce8d5b7dd8f8bdf4244c8d77f76;p=pandora-kernel.git net: cwdavinci_cpdma: export symbols for cpsw 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 Cc: Mugunthan V N Cc: Vaibhav Hiremath Cc: Richard Cochran Cc: netdev@vger.kernel.org --- Reading git-diff-tree failed