summaryrefslogtreecommitdiff
path: root/drivers/media/rc/rc-core-priv.h
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2018-09-16 07:35:58 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-10-05 06:55:08 -0400
commit0ac5a603a732dda81de8e9b4ae67e79ba07bda55 (patch)
tree824114acfac7277e63075489e0dff46cc3834382 /drivers/media/rc/rc-core-priv.h
parentfec225a04330d0f222d24feb5bea045526031675 (diff)
media: rc: imon: report mouse events using rc-core's input device
There is no need to create another input device. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/rc/rc-core-priv.h')
-rw-r--r--drivers/media/rc/rc-core-priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h
index 22b0ec853acc..41a99a1dc3bb 100644
--- a/drivers/media/rc/rc-core-priv.h
+++ b/drivers/media/rc/rc-core-priv.h
@@ -133,8 +133,6 @@ struct ir_raw_event_ctrl {
int last_chk;
unsigned int bits;
bool stick_keyboard;
- struct input_dev *idev;
- char name[64];
} imon;
};