Files
twx-linux/include/linux
Arnd Bergmann e21538812d modules: mark __inittest/__exittest as __maybe_unused
commit 1f318a8baf upstream.

clang warns about unused inline functions by default:

arch/arm/crypto/aes-cipher-glue.c:68:1: warning: unused function '__inittest' [-Wunused-function]
arch/arm/crypto/aes-cipher-glue.c:69:1: warning: unused function '__exittest' [-Wunused-function]

As these appear in every single module, let's just disable the warnings by marking the
two functions as __maybe_unused.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Jessica Yu <jeyu@redhat.com>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-23 08:20:35 +01:00
..
2018-11-21 09:25:59 +01:00
2018-04-24 09:34:18 +02:00
2018-04-24 09:34:12 +02:00
2018-10-10 08:53:18 +02:00
2018-09-09 20:01:20 +02:00
2018-10-18 09:13:26 +02:00
2018-11-13 11:17:02 -08:00