Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce5db293 authored by James Hogan's avatar James Hogan Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarJames Hogan <james.hogan@imgtec.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent ac030860
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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