tg3: Eliminate unneeded prototype
authorMatt Carlson <mcarlson@broadcom.com>
Mon, 13 Feb 2012 10:20:11 +0000 (10:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2012 20:57:32 +0000 (15:57 -0500)
commit4b40952268c2390a71b9728194eb4b4dd514c087
treecafae3c4fac7aaca960563dc00b7a7edf40c6782
parent16c7fa7dfe9a304ca6d5bdf39aa4a8d315336a07
tg3: Eliminate unneeded prototype

This patch eliminates the unneeded tg3_halt_cpu() prototype and moves
the tg3_setup_phy() prototype closer to where it is needed.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/tg3.c