summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-12 14:57:49 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-12 14:57:49 -0700
commitd231dca48c20933616f760caf146943071025870 (patch)
treef992be17f85c71cee8484ec9fd42771bacd2136a /include/linux
parentaaa6fe0d2f778db371a6d5ea5600eb807e0b7c9c (diff)
parent8f9b44182aa118914ff48264e4ef155233df6e58 (diff)
Merge "Revert "HID: core: move Usage Page concatenation to Main item""
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;