staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()
authorGeordan Neukum <gneukum1@gmail.com>
Sun, 2 Jun 2019 15:58:36 +0000 (15:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2019 12:17:01 +0000 (14:17 +0200)
commit1914e9ebd362af679a4bf384e7960d47788d27e1
tree5fdde0710e3056e9a18fdb0171caf25a5e618b9d
parent66594e3f48cc868abd0955d16bb661170674bda2
staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()

The static function kp_spi_bytes_per_word() is defined in kpc2000_spi.c,
but it is completely unused. As this function is unused, it can and
should be removed.

Signed-off-by: Geordan Neukum <gneukum1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000_spi.c