]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c54d01aa9f23ef39827f27985b25fc891c50d35
tree778099b4c28e9089af438ca53f79613c43617069
parent5479e2bcb79d8833c30b54ccbe6ae3787fc7259e
parent988f41a66956d116ea888c448c7a6f2a7423cb23
Merge branch 'eth_alen'

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>