]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: greybus: hid: remove KERNEL_VERSION checks
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 8 Sep 2016 13:46:38 +0000 (15:46 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Sep 2016 14:30:41 +0000 (16:30 +0200)
commitbe21106d67db9ad3c66e48c8efdcf1bc08be45a4
tree842959ed4f7e90369b5697c2c73c12970e63989a
parent887520884b9925312b78d23f323d9cf1f7e603af
staging: greybus: hid: remove KERNEL_VERSION checks

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

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/hid.c