projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c664d63
)
atm: solos-pci: make solos_bh() as static
author
Daeseok Youn
<
[email protected]
>
Wed, 19 Feb 2014 01:49:12 +0000
(10:49 +0900)
committer
David S. Miller
<
[email protected]
>
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 <
[email protected]
>
Acked-by: Chas Williams <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/atm/solos-pci.c
patch
|
blob
|
history
diff --git
a/drivers/atm/solos-pci.c
b/drivers/atm/solos-pci.c
index e3fb496c71630a643a1dea0b472fab3238fa755e..943cf0d6abaf8b959e2a879ca901fedaea693b1e 100644
(file)
--- a/
drivers/atm/solos-pci.c
+++ b/
drivers/atm/solos-pci.c
@@
-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;