+++ Arnd Bergmann [01/02/17 18:00 +0100]:
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 <a...@arndb.de>

Applied, thanks.

Jessica

Reply via email to