From: Ezequiel GarcĂ­a Date: Sat, 9 Jun 2012 07:24:42 +0000 (-0300) Subject: [media] em28xx: Make em28xx_ir_change_protocol a static function X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87edb566ae883f09007e44969e9d4c9c9652a918;p=linux-beck.git [media] em28xx: Make em28xx_ir_change_protocol a static function Signed-off-by: Ezequiel Garcia Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/em28xx/em28xx-input.c b/drivers/media/video/em28xx/em28xx-input.c index fce5f7680c99..d2932f23638f 100644 --- a/drivers/media/video/em28xx/em28xx-input.c +++ b/drivers/media/video/em28xx/em28xx-input.c @@ -345,7 +345,7 @@ static void em28xx_ir_stop(struct rc_dev *rc) cancel_delayed_work_sync(&ir->work); } -int em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 rc_type) +static int em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 rc_type) { int rc = 0; struct em28xx_IR *ir = rc_dev->priv;