From: Hartley Sweeten Date: Mon, 13 Jul 2009 18:50:10 +0000 (+0100) Subject: [ARM] 5600/1: ep93xx: core.c remove cast when copying dev_addr X-Git-Tag: v2.6.32-rc1~691^2~2^4~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b1c3c858cff4da95b9f7091eef424e706784cab;p=pandora-kernel.git [ARM] 5600/1: ep93xx: core.c remove cast when copying dev_addr The MAC address for the ep93xx ethernet driver can be optionally copied from registers in the controller when booting. Due to [ARM] 5573/1: ep93xx: ensure typesafe io, the cast for the source address is no longer needed. EP93XX_ETHERNET_BASE is typed as a (void __iomem __force *) so memcpy_fromio() needs to be used instead of memcpy(). Signed-off-by: H Hartley Sweeten Signed-off-by: Russell King --- Reading git-diff-tree failed