]> Git Repo - J-u-boot.git/commit
net: tsec: Move rxbd and txbd to struct tsec_private
authorBin Meng <[email protected]>
Tue, 12 Jan 2016 06:41:20 +0000 (22:41 -0800)
committerJoe Hershberger <[email protected]>
Thu, 28 Jan 2016 18:22:59 +0000 (12:22 -0600)
commite677da9723ede30b3072f8b8e290e9d8daea8642
tree768a8aa76476a5b3b604a41ad2c1c53a2637339f
parent362b123f473cbc72d43720f9245c68d174439310
net: tsec: Move rxbd and txbd to struct tsec_private

rxbd and txbd are declared static with 8 byte alignment requirement,
but they can be put into struct tsec_private as well and are natually
aligned to 8 byte.

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/tsec.c
include/tsec.h
This page took 0.03106 seconds and 4 git commands to generate.