staging: greybus: spi: remove KERNEL_VERSION checks
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 8 Sep 2016 14:06:27 +0000 (16:06 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Sep 2016 14:43:27 +0000 (16:43 +0200)
commit148e0b8f48a83008596876befe1d9aed256c8ea1
treed0c4150e9fba76c8b660e73a0b3fa8e298474f91
parent3e4b5b883780ed795843f68213c9db3f8d78391e
staging: greybus: spi: remove KERNEL_VERSION checks

No need to support older kernel versions in the Greybus SPI and spilib
driver, so remove the checks as needed, we can now rely on all of the
correct SPI core apis being present.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/fw-core.c
drivers/staging/greybus/kernel_ver.h
drivers/staging/greybus/spi.c
drivers/staging/greybus/spilib.c