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:
f62220d
)
ehea: make things static
author
Andrew Morton
<
[email protected]
>
Fri, 18 Apr 2008 20:50:39 +0000
(13:50 -0700)
committer
Jeff Garzik
<
[email protected]
>
Fri, 25 Apr 2008 06:08:53 +0000
(
02:08
-0400)
ehea_flush_sq() and ehea_purge_sq() should be static.
Cc: Jeff Garzik <
[email protected]
>
Cc: Thomas Klein <
[email protected]
>
Cc: Thomas Klein <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/net/ehea/ehea_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ehea/ehea_main.c
b/drivers/net/ehea/ehea_main.c
index 9ff7538b75952e94ef27d9660dd31fa00f75b605..f9bc21c74b59222a7c8775dfaba80a91d9abb626 100644
(file)
--- a/
drivers/net/ehea/ehea_main.c
+++ b/
drivers/net/ehea/ehea_main.c
@@
-2611,7
+2611,7
@@
static int ehea_stop(struct net_device *dev)
return ret;
}
-void ehea_purge_sq(struct ehea_qp *orig_qp)
+
static
void ehea_purge_sq(struct ehea_qp *orig_qp)
{
struct ehea_qp qp = *orig_qp;
struct ehea_qp_init_attr *init_attr = &qp.init_attr;
@@
-2625,7
+2625,7
@@
void ehea_purge_sq(struct ehea_qp *orig_qp)
}
}
-void ehea_flush_sq(struct ehea_port *port)
+
static
void ehea_flush_sq(struct ehea_port *port)
{
int i;