diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-01-10 09:30:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-10 17:29:50 +0100 |
commit | dc647ec88e029307e60e6bf9988056605f11051a (patch) | |
tree | 5432a11b25ed637fd3505ecc475a26b6fc1da5c7 /init | |
parent | Merge tag 'wireless-drivers-for-davem-2017-01-10' of git://git.kernel.org/pub... (diff) | |
download | linux-dc647ec88e029307e60e6bf9988056605f11051a.tar.xz linux-dc647ec88e029307e60e6bf9988056605f11051a.zip |
net: socket: Make unnecessarily global sockfs_setattr() static
Make sockfs_setattr() static as it is not used outside of net/socket.c
This fixes the following GCC warning:
net/socket.c:534:5: warning: no previous prototype for ‘sockfs_setattr’ [-Wmissing-prototypes]
Fixes: 86741ec25462 ("net: core: Add a UID field to struct sock.")
Cc: Lorenzo Colitti <lorenzo@google.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Lorenzo Colitti <lorenzo@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions