• Arnd Bergmann's avatar
    ida: make 'ida_dump' static · fd6f52e3
    Arnd Bergmann authored
    Patch series "Treewide: enable -Wmissing-prototypes", v3.
    
    At this point, there are five architectures with a number of known
    regressions: alpha, nios2, mips, sh and sparc.  In the previous version of
    this patch, I had turned off the missing prototype warnings for the 15
    architectures that still had issues, but since there are only five left, I
    think we can leave the rest to the maintainers (Cc'd here) as well.
    
    The series is also likely to cause occasional build regressions on
    linux-next as developers add new code that misses prototypes.  Hopefully
    this should be resolved by the time the patches make it into a release and
    everyone gets the warnings right away.  
    
    
    This patch (of 6):
    
    There is no global declaration for ida_dump() and no other callers, so
    make it static to avoid this warning:
    
    lib/test_ida.c:16:6: error: no previous prototype for 'ida_dump'
    
    Link: https://lkml.kernel.org/r/20231123110506.707903-1-arnd@kernel.org
    Link: https://lkml.kernel.org/r/20231123110506.707903-2-arnd@kernel.org
    Fixes: 8ab8ba38 ("ida: Start new test_ida module")
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: David Woodhouse <dwmw2@infradead.org>
    Cc: Dinh Nguyen <dinguyen@kernel.org>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
    Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
    Cc: Masahiro Yamada <masahiroy@kernel.org>
    Cc: Matt Turner <mattst88@gmail.com>
    Cc: Michael Ellerman <mpe@ellerman.id.au>
    Cc: Nathan Chancellor <nathan@kernel.org>
    Cc: Nicolas Schier <nicolas@fjasle.eu>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Richard Henderson <richard.henderson@linaro.org>
    Cc: Richard Weinberger <richard@nod.at>
    Cc: Rich Felker <dalias@libc.org>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
    Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
    Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
    Cc: Kees Cook <keescook@chromium.org>
    Cc: Palmer Dabbelt <palmer@rivosinc.com>
    Cc: Zhihao Cheng <chengzhihao1@huawei.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    fd6f52e3
test_ida.c 4.3 KB