aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/ir-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/ir-common.h')
-rw-r--r--include/media/ir-common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/ir-common.h b/include/media/ir-common.h
index d1ae869f962c..41fefd9816ea 100644
--- a/include/media/ir-common.h
+++ b/include/media/ir-common.h
@@ -36,12 +36,11 @@
36/* this was saa7134_ir and bttv_ir, moved here for 36/* this was saa7134_ir and bttv_ir, moved here for
37 * rc5 decoding. */ 37 * rc5 decoding. */
38struct card_ir { 38struct card_ir {
39 struct input_dev *dev; 39 struct rc_dev *dev;
40 char name[32]; 40 char name[32];
41 char phys[32]; 41 char phys[32];
42 int users; 42 int users;
43 u32 running:1; 43 u32 running:1;
44 struct ir_dev_props props;
45 44
46 /* Usual gpio signalling */ 45 /* Usual gpio signalling */
47 u32 mask_keycode; 46 u32 mask_keycode;