]> git.baikalelectronics.ru Git - kernel.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)
commit7e938e04d7055c827671edd9d3aeb5836d4a885c
tree842959ed4f7e90369b5697c2c73c12970e63989a
parent7cd3be53908b25a1aa1280124e745663d00f268d
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