From: RongQing.Li Date: Thu, 26 Apr 2012 21:01:12 +0000 (+0000) Subject: drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALEN X-Git-Tag: v3.5-rc1~109^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89bdff152acc0c1e1c8093832547a553b69b45c;p=pandora-kernel.git drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALEN PCH_GBE_ETH_ALEN is equal to ETH_ALEN, so we can replace it with ETH_ALEN. If they are not equal, it must be a bug, since this is ethernet, and the address has been already stored to mc_addr_list as ETH_ALEN bytes when call pch_gbe_mac_mc_addr_list_update. Signed-off-by: RongQing.Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed