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:
7ca1ea6
)
staging: ozwpan: oz_pd_free() can be static
author
Fengguang Wu
<fengguang.wu@intel.com>
Wed, 28 Aug 2013 00:36:16 +0000
(17:36 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 00:36:16 +0000
(17:36 -0700)
Cc: Rupesh Gujare <rupesh.gujare@atmel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozpd.c
patch
|
blob
|
history
diff --git
a/drivers/staging/ozwpan/ozpd.c
b/drivers/staging/ozwpan/ozpd.c
index e1757aa27253f7a3919ea0408fb6c5cb00fe1008..ab85a724a0e2d366072a6695ecd1184eaf10f208 100644
(file)
--- a/
drivers/staging/ozwpan/ozpd.c
+++ b/
drivers/staging/ozwpan/ozpd.c
@@
-200,7
+200,7
@@
struct oz_pd *oz_pd_alloc(const u8 *mac_addr)
/*
* Context: softirq or process
*/
-void oz_pd_free(struct work_struct *work)
+
static
void oz_pd_free(struct work_struct *work)
{
struct list_head *e;
struct oz_tx_frame *f;