commit | f8a1988f655192ae8ea6e1d940706a8340924bbc | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Tue Sep 11 21:08:15 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 12 20:34:47 2018 -0700 |
tree | 6204f0a1b89706cc0b513394e74eabae8c369c0d | |
parent | db3df242bc4407ce92fdd0ec429e15bcfb961b00 [diff] |
net: ethernet: Use DIV_ROUND_UP instead of reimplementing its function DIV_ROUND_UP has implemented the code-opened function. Therefore, just replace the implementation with DIV_ROUND_UP. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Acked-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>