Commit c45248c7 authored by Robert Olsson's avatar Robert Olsson Committed by David S. Miller
Browse files

[SOFTIRQ]: Remove do_softirq() symbol export.



As noted by Christoph Hellwig, pktgen was the only user so
it can now be removed.

[ Add missing cases caught by Adrian Bunk. -DaveM ]

Signed-off-by: default avatarRobert Olsson <robert.olsson@its.uu.se>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b163911f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -231,8 +231,6 @@ asmlinkage void do_softirq(void)

	local_irq_restore(flags);
}

EXPORT_SYMBOL(do_softirq);
#endif

/*
+0 −1
Original line number Diff line number Diff line
@@ -395,7 +395,6 @@ void do_softirq(void)

	local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);


/*
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ asmlinkage void do_softirq(void)

	local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);

void init_irq_proc(void)
{
+0 −1
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@ asmlinkage void do_softirq(void)

	local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);
#endif

void __init init_IRQ(void)
+0 −1
Original line number Diff line number Diff line
@@ -210,4 +210,3 @@ asmlinkage void do_softirq(void)
	}
 	local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);
Loading