uml: make a function static
arch/um/drivers/chan_kern.c::open_chan() can become static. Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: WANG Cong <wangcong@zeuux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
626c59f5ed
commit
3af7cb7bbc
@@ -125,7 +125,7 @@ static int open_one_chan(struct chan *chan)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int open_chan(struct list_head *chans)
|
||||
static int open_chan(struct list_head *chans)
|
||||
{
|
||||
struct list_head *ele;
|
||||
struct chan *chan;
|
||||
|
Reference in New Issue
Block a user