diff options
author | 2017-11-17 15:31:26 -0800 | |
---|---|---|
committer | 2017-11-17 16:10:04 -0800 | |
commit | d4258247d9057c848cc1c1ad9581400b5124dedd (patch) | |
tree | ba3bca28c485d5fad90917c215c6abfed993c378 /net/lapb/lapb_timer.c | |
parent | mm: add infrastructure for get_user_pages_fast() benchmarking (diff) | |
download | linux-dev-d4258247d9057c848cc1c1ad9581400b5124dedd.tar.xz linux-dev-d4258247d9057c848cc1c1ad9581400b5124dedd.zip |
drivers/pcmcia/sa1111_badge4.c: avoid unused function warning
pcmv_setup() is only used when the badge4 driver is built-in, but not
when it is a loadable module:
drivers/pcmcia/sa1111_badge4.c:153:122: error: 'pcmv_setup' defined but not used [-Werror=unused-function]
This adds an #ifdef to avoid the definition of the unused function in
the modular case.
Link: http://lkml.kernel.org/r/20170911201133.3421636-1-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <rmk@armlinux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions