mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
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>
This commit is contained in:
parent
16c7fa7dfe
commit
4b40952268
@ -2709,9 +2709,6 @@ static int tg3_5700_link_polarity(struct tg3 *tp, u32 speed)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int tg3_setup_phy(struct tg3 *, int);
|
|
||||||
static int tg3_halt_cpu(struct tg3 *, u32);
|
|
||||||
|
|
||||||
static void tg3_power_down_phy(struct tg3 *tp, bool do_low_power)
|
static void tg3_power_down_phy(struct tg3 *tp, bool do_low_power)
|
||||||
{
|
{
|
||||||
u32 val;
|
u32 val;
|
||||||
@ -3514,6 +3511,8 @@ static int tg3_power_up(struct tg3 *tp)
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int tg3_setup_phy(struct tg3 *, int);
|
||||||
|
|
||||||
static int tg3_power_down_prepare(struct tg3 *tp)
|
static int tg3_power_down_prepare(struct tg3 *tp)
|
||||||
{
|
{
|
||||||
u32 misc_host_ctrl;
|
u32 misc_host_ctrl;
|
||||||
|
Loading…
Reference in New Issue
Block a user