mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
atm: solos-pci: make solos_bh() as static
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>
This commit is contained in:
parent
c664d63818
commit
5f4d4e3f1c
@ -760,7 +760,7 @@ static irqreturn_t solos_irq(int irq, void *dev_id)
|
|||||||
return IRQ_RETVAL(handled);
|
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;
|
struct solos_card *card = (void *)card_arg;
|
||||||
uint32_t card_flags;
|
uint32_t card_flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user