net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 27 May 2009 04:42:37 +0000 (04:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 22:47:06 +0000 (15:47 -0700)
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>

No differences found