]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: Mark function as static in 9p/client.c
authorRashika <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 14:27:33 +0000 (19:57 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 25 Mar 2014 21:38:09 +0000 (16:38 -0500)
commit05a782d416944593ca0268d5718fe4b9cba5ef67
treec010e680ddeba9d74488c4ce87422135020b1905
parent2b6e72ed747f68a038df616efd86744b3644d694
net: Mark function as static in 9p/client.c

Mark function as static in net/9p/client.c because it is not used
outside this file.

This eliminates the following warning in net/9p/client.c:
net/9p/client.c:207:18: warning: no previous prototype for ‘p9_fcall_alloc’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/client.c