From: Ben Hutchings Date: Thu, 1 Nov 2012 09:12:02 +0000 (+0000) Subject: eth: Rename and properly align br_reserved_address array X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~468 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc80059fe19229e68a306ce12f5e61e80b92c5c;p=pandora-kernel.git eth: Rename and properly align br_reserved_address array Since this array is no longer part of the bridge driver, it should have an 'eth' prefix not 'br'. We also assume that either it's 16-bit-aligned or the architecture has efficient unaligned access. Ensure the first of these is true by explicitly aligning it. Signed-off-by: Ben Hutchings Acked-by: John Fastabend Signed-off-by: David S. Miller --- Reading git-diff-tree failed