[PATCH] make lots of things static
Another large rollup of various patches from Adrian which make things static where they were needlessly exported. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c31403a1f5
commit
408b664a7d
@@ -51,7 +51,7 @@
|
||||
* share_irqs - whether we pass SA_SHIRQ to request_irq(). This option
|
||||
* is unsafe when used on edge-triggered interrupts.
|
||||
*/
|
||||
unsigned int share_irqs = SERIAL8250_SHARE_IRQS;
|
||||
static unsigned int share_irqs = SERIAL8250_SHARE_IRQS;
|
||||
|
||||
/*
|
||||
* Debugging.
|
||||
|
Reference in New Issue
Block a user