Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Josh Triplett <[email protected]> Signed-off-by: Eric Van Hensbergen <[email protected]>
- Loading branch information