diff options
author | Thomas Miletich <thomas.miletich@gmail.com> | 2012-02-10 14:17:45 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-02-10 13:34:23 +0000 |
commit | 1476d6f47ca0bbd8aaefa396eb8bc0be0a1bd4be (patch) | |
tree | d2ae2854eae1cfc77a521994a9ffaf52fc8cbd8f /src/drivers/net/tg3/tg3.h | |
parent | 3a4253868ce0c9c1f6fc7fd0f8a2e06afc19e9bb (diff) | |
download | ipxe-1476d6f47ca0bbd8aaefa396eb8bc0be0a1bd4be.tar.gz |
[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>
Diffstat (limited to 'src/drivers/net/tg3/tg3.h')
-rw-r--r-- | src/drivers/net/tg3/tg3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/tg3/tg3.h b/src/drivers/net/tg3/tg3.h index ac243875..a56d7841 100644 --- a/src/drivers/net/tg3/tg3.h +++ b/src/drivers/net/tg3/tg3.h @@ -3380,7 +3380,6 @@ void tg3_set_txd(struct tg3 *tp, int entry, dma_addr_t mapping, int len, u32 fla void tg3_set_power_state_0(struct tg3 *tp); int tg3_alloc_consistent(struct tg3 *tp); int tg3_init_hw(struct tg3 *tp, int reset_phy); -u32 tg3_calc_dma_bndry(struct tg3 *tp, u32 val); void tg3_poll_link(struct tg3 *tp); void tg3_wait_for_event_ack(struct tg3 *tp); void __tg3_set_mac_addr(struct tg3 *tp, int skip_mac_1); |