From: Arnd Bergmann Date: Thu, 14 Mar 2013 11:56:42 +0000 (+0000) Subject: ethernet/tulip: DE4x5 needs VIRT_TO_BUS X-Git-Tag: v3.9-rc4~27^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0b82760ef84562b5c0fa880c22b4f352545554;p=pandora-kernel.git ethernet/tulip: DE4x5 needs VIRT_TO_BUS The automated ARM build tests have shown that the tulip de4x5 driver uses the old-style virt_to_bus() interface on some architectures. Alpha, Sparc and PowerPC did not hit this problem, because they use a different code path, and most other architectures actually do provide VIRT_TO_BUS. Signed-off-by: Arnd Bergmann Cc: Grant Grundler Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed