summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inline.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-05-16 21:45:34 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-09 10:24:01 +0200
commit35027a6a68ab783e10f46cc4c6e620ab36f3d430 (patch)
tree1feb343dc58f51c870c30ac732dab6ff0183e951 /fs/f2fs/inline.c
parent33852a56031f09999c269dd94ade1bec422fe252 (diff)
downloadlinux-stable-35027a6a68ab783e10f46cc4c6e620ab36f3d430.tar.gz
linux-stable-35027a6a68ab783e10f46cc4c6e620ab36f3d430.tar.bz2
linux-stable-35027a6a68ab783e10f46cc4c6e620ab36f3d430.zip
atm: hide unused procfs functions
[ Upstream commit fb1b7be9b16c1f4626969ba4e95a97da2a452b41 ] When CONFIG_PROC_FS is disabled, the function declarations for some procfs functions are hidden, but the definitions are still build, as shown by this compiler warning: net/atm/resources.c:403:7: error: no previous prototype for 'atm_dev_seq_start' [-Werror=missing-prototypes] net/atm/resources.c:409:6: error: no previous prototype for 'atm_dev_seq_stop' [-Werror=missing-prototypes] net/atm/resources.c:414:7: error: no previous prototype for 'atm_dev_seq_next' [-Werror=missing-prototypes] Add another #ifdef to leave these out of the build. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20230516194625.549249-2-arnd@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/f2fs/inline.c')
0 files changed, 0 insertions, 0 deletions