From: Geert Uytterhoeven Date: Thu, 15 Jan 2015 10:54:28 +0000 (+0100) Subject: net: sh_eth: Use u32 for 32-bit register data X-Git-Tag: fixes-v4.0-rc1~150^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0799c2d6f42db2b275b6479035f5b7a30ef4ee39;p=pandora-kernel.git net: sh_eth: Use u32 for 32-bit register data Replace "unsigned long" by "u32" when handling 32-bit register data. A.o., this saves 11 * 36 bytes in the static sh_eth_cpu_data structures when compiling for 64-bit. Signed-off-by: Geert Uytterhoeven Signed-off-by: David S. Miller --- Reading git-diff-tree failed