commit | 1ce8e7b57b3a4527ef83da1c5c7bd8a6b9d87b56 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed May 27 04:42:37 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 27 15:47:06 2009 -0700 |
tree | 095536a47e40fdb621c1f959637fa63f57a4ccf2 | |
parent | 0bb32417ff0f6ac385e4eec3ef6641950bbb3694 [diff] |
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() Use ALIGN() and PTR_ALIGN() macros instead of handcoding them. Get rid of NETDEV_ALIGN_CONST ugly define Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>