Skip to content

Commit

Permalink
[media] ene_cir: get rid of warning: no previous prototype
Browse files Browse the repository at this point in the history
drivers/media/rc/ene_ir.c:332:6: warning: no previous prototype for 'ene_rx_sense_carrier' [-Wmissing-prototypes]

Cc: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent a5133b1 commit e03cd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/rc/ene_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ static int ene_rx_get_sample_reg(struct ene_device *dev)
}

/* Sense current received carrier */
void ene_rx_sense_carrier(struct ene_device *dev)
static void ene_rx_sense_carrier(struct ene_device *dev)
{
DEFINE_IR_RAW_EVENT(ev);

Expand Down

0 comments on commit e03cd64

Please sign in to comment.