atm: solos-pci: make solos_bh() as static
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 19 Feb 2014 01:49:12 +0000 (10:49 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Feb 2014 21:39:11 +0000 (16:39 -0500)
sparse says:

drivers/atm/solos-pci.c:763:6: warning:
 symbol 'solos_bh' was not declared. Should it be static?

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Acked-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/solos-pci.c

index e3fb496c71630a643a1dea0b472fab3238fa755e..943cf0d6abaf8b959e2a879ca901fedaea693b1e 100644 (file)
@@ -760,7 +760,7 @@ static irqreturn_t solos_irq(int irq, void *dev_id)
        return IRQ_RETVAL(handled);
 }
 
-void solos_bh(unsigned long card_arg)
+static void solos_bh(unsigned long card_arg)
 {
        struct solos_card *card = (void *)card_arg;
        uint32_t card_flags;
This page took 0.026641 seconds and 5 git commands to generate.