diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-22 10:47:07 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-22 13:46:46 +0100 |
commit | 39ed1267d971d648886454b895852e46655bdcb6 (patch) | |
tree | 920e7466aec0bee80c0ace2f7c97eebc7ff48333 /drivers/media/common | |
parent | [media] drxk: fix CNR calculus (diff) | |
download | linux-39ed1267d971d648886454b895852e46655bdcb6.tar.xz linux-39ed1267d971d648886454b895852e46655bdcb6.zip |
[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 { char phys[32]; char *rc_codes; - u64 protocol; u32 timeout; u32 controller; |