]> git.baikalelectronics.ru Git - kernel.git/commit
staging: greybus: sdio: remove KERNEL_VERSION checks
authorRui Miguel Silva <rui.silva@linaro.org>
Thu, 8 Sep 2016 16:17:49 +0000 (17:17 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Sep 2016 14:47:49 +0000 (16:47 +0200)
commit3a9c86128189ca9b612b316b1d86a9961a2cdad9
treeb26de15a0df94be95531861507bba7e4535d1444
parentc7ff1e709250a376bb9dc25d810237380dc83600
staging: greybus: sdio: remove KERNEL_VERSION checks

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

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/kernel_ver.h
drivers/staging/greybus/sdio.c