Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81789ef5 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[TG3]: make drivers/net/tg3.c:tg3_request_irq() static



This patch makes the needlessly global function tg3_request_irq()
static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 12ac84c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6531,7 +6531,7 @@ static void tg3_timer(unsigned long __opaque)
	add_timer(&tp->timer);
}

int tg3_request_irq(struct tg3 *tp)
static int tg3_request_irq(struct tg3 *tp)
{
	irqreturn_t (*fn)(int, void *, struct pt_regs *);
	unsigned long flags;