diff options
author | Arnd Bergmann <[email protected]> | 2023-05-16 21:45:34 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-05-17 21:27:30 -0700 |
commit | fb1b7be9b16c1f4626969ba4e95a97da2a452b41 (patch) | |
tree | 84200283754cd70297dd0bdfdbf2521acc977f00 /lib/mpi/mpi-mod.c | |
parent | 067dee65751bcd14fcaaee769cee84c65ce99360 (diff) |
atm: hide unused procfs functions
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions