diff options
Diffstat (limited to 'drivers/media/dvb/siano/smsir.h')
-rw-r--r-- | drivers/media/dvb/siano/smsir.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/dvb/siano/smsir.h b/drivers/media/dvb/siano/smsir.h index 926e247523bd..ae92b3a8587e 100644 --- a/drivers/media/dvb/siano/smsir.h +++ b/drivers/media/dvb/siano/smsir.h | |||
@@ -28,20 +28,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
28 | #define __SMS_IR_H__ | 28 | #define __SMS_IR_H__ |
29 | 29 | ||
30 | #include <linux/input.h> | 30 | #include <linux/input.h> |
31 | #include <media/ir-core.h> | 31 | #include <media/rc-core.h> |
32 | 32 | ||
33 | #define IR_DEFAULT_TIMEOUT 100 | 33 | #define IR_DEFAULT_TIMEOUT 100 |
34 | 34 | ||
35 | struct smscore_device_t; | 35 | struct smscore_device_t; |
36 | 36 | ||
37 | struct ir_t { | 37 | struct ir_t { |
38 | struct input_dev *input_dev; | 38 | struct rc_dev *dev; |
39 | char name[40]; | 39 | char name[40]; |
40 | char phys[32]; | 40 | char phys[32]; |
41 | 41 | ||
42 | char *rc_codes; | 42 | char *rc_codes; |
43 | u64 protocol; | 43 | u64 protocol; |
44 | struct ir_dev_props props; | ||
45 | 44 | ||
46 | u32 timeout; | 45 | u32 timeout; |
47 | u32 controller; | 46 | u32 controller; |