]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tg3] Remove tg3_calc_dma_bndry()
authorThomas Miletich <thomas.miletich@gmail.com>
Fri, 10 Feb 2012 13:17:45 +0000 (14:17 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 10 Feb 2012 13:34:23 +0000 (13:34 +0000)
commit1476d6f47ca0bbd8aaefa396eb8bc0be0a1bd4be
treed2ae2854eae1cfc77a521994a9ffaf52fc8cbd8f
parent3a4253868ce0c9c1f6fc7fd0f8a2e06afc19e9bb
[tg3] Remove tg3_calc_dma_bndry()

This function never did much in this driver anyway, and after commit
b5ed30b2 ("[tg3] Fix compilation on newer gcc versions") it became
apparent that its remaining functionality could be easily moved to
tg3_test_dma().

Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/tg3/tg3.c
src/drivers/net/tg3/tg3.h
src/drivers/net/tg3/tg3_hw.c