Skip to content

Commit

Permalink
[media] img-ir/hw: Drop [un]register_decoder declarations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Hogan authored and Mauro Carvalho Chehab committed Dec 4, 2014
1 parent ac03086 commit ce5db29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/media/rc/img-ir/img-ir-hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ struct img_ir_reg_timings {
struct img_ir_timing_regvals rtimings;
};

int img_ir_register_decoder(struct img_ir_decoder *dec);
void img_ir_unregister_decoder(struct img_ir_decoder *dec);

struct img_ir_priv;

#ifdef CONFIG_IR_IMG_HW
Expand Down

0 comments on commit ce5db29

Please sign in to comment.