net: skbuff: Use ALIGN macro instead of open coding it
authorTobias Klauser <tklauser@distanz.ch>
Tue, 22 Jul 2014 10:06:23 +0000 (12:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2014 20:39:42 +0000 (13:39 -0700)
commit0bec8c88dc2b076a0a4a0437e1e878026cbaccb4
tree9befba0c7dc9370016019015248ffbf06b0a80cb
parent526cbef778ad8e763b95608d7e5c988b96bf4af5
net: skbuff: Use ALIGN macro instead of open coding it

Use ALIGN from linux/kernel.h to define SKB_DATA_ALIGN instead of open
coding it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h