summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/svc.h
diff options
context:
space:
mode:
authorSandeep Patil <sspatil@google.com>2016-06-28 12:10:14 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-06-28 17:54:38 -0700
commit1beb1fae808d82a409b1c6ad4575f890b946f0ca (patch)
tree5cd5729d32929e93cbe6a049806204fc812a5b9b /drivers/staging/greybus/svc.h
parent0ef5be18852d0b044f916fd6194bb228f36e392a (diff)
downloadop-kernel-dev-1beb1fae808d82a409b1c6ad4575f890b946f0ca.zip
op-kernel-dev-1beb1fae808d82a409b1c6ad4575f890b946f0ca.tar.gz
greybus: svc: remove input device handling in SVC protocol
The input device was added before to handle the key(s) connected directly to SVC, which is not the case anymore. So, this change removes the gb_svc_key_event() operation and the corresponding input device code with it. Testing Done: Boot tested and tried module insert/removal through AraManager Change-Id: Iaa541d4aefb5c0ed16caaa39450029de35d7c228 Signed-off-by: Sandeep Patil <sspatil@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/svc.h')
-rw-r--r--drivers/staging/greybus/svc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/svc.h b/drivers/staging/greybus/svc.h
index dab8fba..7f5e534 100644
--- a/drivers/staging/greybus/svc.h
+++ b/drivers/staging/greybus/svc.h
@@ -42,8 +42,6 @@ struct gb_svc {
u8 protocol_major;
u8 protocol_minor;
- struct input_dev *input;
- char *input_phys;
struct gb_svc_watchdog *watchdog;
struct dentry *debugfs_dentry;
OpenPOWER on IntegriCloud