spi: loopback-test: make several module parameters static
authorColin Ian King <colin.king@canonical.com>
Tue, 18 Jul 2017 12:42:32 +0000 (13:42 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 18 Jul 2017 13:10:01 +0000 (14:10 +0100)
commit59a8831da31ebdabf82cac82bf01270d215bf149
tree5d31464034a22801f7f0cd0a365810a026966563
parentf12a616e0cdee71440b72f7602825db424d37879
spi: loopback-test: make several module parameters static

Several module parameters are local to the source, so make them
static. Cleans up several sparse warnings such as:

"symbol 'loop_req' was not declared. Should it be static?"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-loopback-test.c