]> git.baikalelectronics.ru Git - kernel.git/commit
staging: kpc2000: kpc_spi: Fix build error for {read,write}q
authorNathan Chancellor <natechancellor@gmail.com>
Fri, 3 May 2019 02:06:30 +0000 (19:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 May 2019 06:23:20 +0000 (08:23 +0200)
commitbf7e784fc3dc2ab6912a21bce656dfd0e36bcae6
tree7cbfb7966b0171a828ee39c8aa1cd130a06cdf3d
parenta6380e66259a9eb19f6bdb4be21fb1e9c803ac43
staging: kpc2000: kpc_spi: Fix build error for {read,write}q

drivers/staging/kpc2000/kpc_spi/spi_driver.c:158:11: error: implicit
declaration of function 'readq' [-Werror,-Wimplicit-function-declaration]
drivers/staging/kpc2000/kpc_spi/spi_driver.c:167:5: error: implicit
declaration of function 'writeq' [-Werror,-Wimplicit-function-declaration]

Same as commit c2764a261a8d ("staging: kpc2000: fix up build problems
with readq()").

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc_spi/spi_driver.c