]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4l/DVB: saa7134: properly mark some functions as static
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Sep 2010 16:46:23 +0000 (13:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:06:09 +0000 (01:06 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-input.c

index 52a1ee5aefd0f81931af2a794993c76319469138..3a0ea56f27ff83592d654aff7e3a3ba0ed0bf413 100644 (file)
@@ -429,7 +429,7 @@ static void saa7134_input_timer(unsigned long data)
        mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling));
 }
 
-void ir_raw_decode_timer_end(unsigned long data)
+static void ir_raw_decode_timer_end(unsigned long data)
 {
        struct saa7134_dev *dev = (struct saa7134_dev *)data;
        struct card_ir *ir = dev->remote;
@@ -550,7 +550,7 @@ static void saa7134_ir_close(void *priv)
 }
 
 
-int saa7134_ir_change_protocol(void *priv, u64 ir_type)
+static int saa7134_ir_change_protocol(void *priv, u64 ir_type)
 {
        struct saa7134_dev *dev = priv;
        struct card_ir *ir = dev->remote;