diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-22 05:47:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-22 08:46:46 -0400 |
commit | 39ed1267d971d648886454b895852e46655bdcb6 (patch) | |
tree | 920e7466aec0bee80c0ace2f7c97eebc7ff48333 /drivers/media/common | |
parent | 48f72a1a4caaaac6cc22b6c4b6471286955a590d (diff) |
[media] siano: remove the ir protocol field
This field is unused. Remove it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/siano/smsir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/siano/smsir.h b/drivers/media/common/siano/smsir.h index 69b59b9eee28..fc8b7925c532 100644 --- a/drivers/media/common/siano/smsir.h +++ b/drivers/media/common/siano/smsir.h | |||
@@ -40,7 +40,6 @@ struct ir_t { | |||
40 | char phys[32]; | 40 | char phys[32]; |
41 | 41 | ||
42 | char *rc_codes; | 42 | char *rc_codes; |
43 | u64 protocol; | ||
44 | 43 | ||
45 | u32 timeout; | 44 | u32 timeout; |
46 | u32 controller; | 45 | u32 controller; |