summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx-pci.c
diff options
context:
space:
mode:
authorBaoyou Xie2016-08-31 11:21:47 +0200
committerMark Brown2016-09-01 21:54:54 +0200
commitdc34b89a8c611946bfa18ddc322d355e97811f01 (patch)
tree2df1533b96cce8c7a7c58ac9df1237de88a4bc8c /drivers/spi/spi-pxa2xx-pci.c
parentLinux 4.8-rc1 (diff)
downloadkernel-qcow2-linux-dc34b89a8c611946bfa18ddc322d355e97811f01.tar.gz
kernel-qcow2-linux-dc34b89a8c611946bfa18ddc322d355e97811f01.tar.xz
kernel-qcow2-linux-dc34b89a8c611946bfa18ddc322d355e97811f01.zip
spi: loopback-test: mark rx_ranges_cmp() static
We get 1 warning when building kernel with W=1: drivers/spi/spi-loopback-test.c:408:5: warning: no previous prototype for 'rx_ranges_cmp' [-Wmissing-prototypes] In fact, this function is only used in the file in which it is declared and don't need a declaration, but can be made static. So this patch marks it 'static'. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx-pci.c')
0 files changed, 0 insertions, 0 deletions