summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRahul Shahare <rshaha@codeaurora.org>2019-09-09 16:25:05 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-12 03:31:34 -0700
commit8f9b44182aa118914ff48264e4ef155233df6e58 (patch)
tree6bacdae534af9e13bf625c3cb9331b6fef82ce2d /include/linux
parentffc3c271c99d14878839caeedeeef152a27c13ea (diff)
Revert "HID: core: move Usage Page concatenation to Main item"
This reverts commit 5db3c5adf44ad3166472b009b122df5ef1144c9c. Change-Id: I0fcfe4f3198a6c0f887697d6825170fe674bc9ab Signed-off-by: Rahul Shahare <rshaha@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 5f1e901353ed..d16de62231d3 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -378,7 +378,6 @@ struct hid_global {
struct hid_local {
unsigned usage[HID_MAX_USAGES]; /* usage array */
- u8 usage_size[HID_MAX_USAGES]; /* usage size array */
unsigned collection_index[HID_MAX_USAGES]; /* collection index array */
unsigned usage_index;
unsigned usage_minimum;