[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
@ -688,7 +688,7 @@ static void neo_flush_uart_read(struct jsm_channel *ch)
|
||||
/*
|
||||
* No locks are assumed to be held when calling this function.
|
||||
*/
|
||||
void neo_clear_break(struct jsm_channel *ch, int force)
|
||||
static void neo_clear_break(struct jsm_channel *ch, int force)
|
||||
{
|
||||
unsigned long lock_flags;
|
||||
|
||||
|
Reference in New Issue
Block a user