]> git.baikalelectronics.ru Git - kernel.git/commit
net: Mark function as static in 9p/client.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 14:27:33 +0000 (19:57 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Feb 2014 01:32:49 +0000 (17:32 -0800)
commit950e485f6decebf8676bedea2463598bda3f515d
tree852c7f1749568a6bcc2619e340d891e56428eeaa
parent5ab22fa8bce491730b20a106cfb4a92f6a83d019
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: David S. Miller <davem@davemloft.net>
net/9p/client.c