diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-11-17 07:17:46 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-04 12:42:03 -0500 |
commit | ce5db2937bffb1fccb205351092d37b6fb86c7f9 (patch) | |
tree | ae924fb35d65e1e9f81874181d3ca4d99e6c0787 | |
parent | ac03086067a5524ae9e020ba5712a208c67b2736 (diff) |
[media] img-ir/hw: Drop [un]register_decoder declarations
The img_ir_register_decoder() and img_ir_unregister_decoder() functions
were dropped prior to the img-ir driver being applied to simplify the
protocol decoder setup. However the declarations of these functions in
img-ir-hw.h were still included. Delete them since they're completely
unused.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/rc/img-ir/img-ir-hw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/rc/img-ir/img-ir-hw.h b/drivers/media/rc/img-ir/img-ir-hw.h index 307ddcd1a99e..5c2b216c5fe3 100644 --- a/drivers/media/rc/img-ir/img-ir-hw.h +++ b/drivers/media/rc/img-ir/img-ir-hw.h | |||
@@ -186,9 +186,6 @@ struct img_ir_reg_timings { | |||
186 | struct img_ir_timing_regvals rtimings; | 186 | struct img_ir_timing_regvals rtimings; |
187 | }; | 187 | }; |
188 | 188 | ||
189 | int img_ir_register_decoder(struct img_ir_decoder *dec); | ||
190 | void img_ir_unregister_decoder(struct img_ir_decoder *dec); | ||
191 | |||
192 | struct img_ir_priv; | 189 | struct img_ir_priv; |
193 | 190 | ||
194 | #ifdef CONFIG_IR_IMG_HW | 191 | #ifdef CONFIG_IR_IMG_HW |