diff options
| author | Arnd Bergmann <[email protected]> | 2020-01-08 21:44:43 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-01-08 23:02:21 +0000 |
| commit | 542d3065f2b1a60a0cfc259c9a36faa470761d78 (patch) | |
| tree | e7e56b87ead23a5a17b93718cab55301ced582ee /drivers/net/dsa/dsa_loop.c | |
| parent | Merge branch 'sfc-code-refactoring' (diff) | |
| download | kernel-542d3065f2b1a60a0cfc259c9a36faa470761d78.tar.gz kernel-542d3065f2b1a60a0cfc259c9a36faa470761d78.zip | |
socket: fix unused-function warning
When procfs is disabled, the fdinfo code causes a harmless
warning:
net/socket.c:1000:13: error: 'sock_show_fdinfo' defined but not used [-Werror=unused-function]
static void sock_show_fdinfo(struct seq_file *m, struct file *f)
Move the function definition up so we can use a single #ifdef
around it.
Fixes: b4653342b151 ("net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]")
Suggested-by: Al Viro <[email protected]>
Acked-by: Kirill Tkhai <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/dsa/dsa_loop.c')
0 files changed, 0 insertions, 0 deletions
