staging: comedi: tests: ni_route_tests: Declare functions static
authorIan Abbott <abbotti@mev.co.uk>
Wed, 7 Apr 2021 18:13:38 +0000 (19:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:27:01 +0000 (09:27 +0200)
commit31f218546e54b38fee185d871639f823a5f7856c
tree73bf639705eb5d54a69c9dcfffcd9db64ca4d763
parent7a1de298de04c2db2c32c862618ddc9ba749deae
staging: comedi: tests: ni_route_tests: Declare functions static

The "ni_routes_test" module contains a bunch of functions with external
linkage that are not called externally.  Declare them `static`.

Cc: Spencer E. Olson <olsonse@umich.edu>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://lore.kernel.org/r/20210407181342.1117754-3-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/tests/ni_routes_test.c