Merge branch 'eth_alen'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Aug 2013 19:34:23 +0000 (12:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Aug 2013 19:34:23 +0000 (12:34 -0700)
Joe Perches says:

====================
Convert the uses mac addresses to ETH_ALEN so
it's easier to find and verify where mac addresses
need to be __aligned(2)

Change in V2:
- Remove include/acpi/actbl2.h conversion
  It's a file copied from outside ACPI sources

Changes in V3:
- Don't move the pasemi_mac.h mac address to be aligned(2)
  Just note that it's unaligned.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge