aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2013-08-27 20:36:16 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-27 20:36:16 -0400
commit421acbc251a016b98797a06103374b48b30f943a (patch)
tree2a55272b654e5be3a599b045dc9c357d2e5fb3f8
parent7ca1ea66026f1aba48128a0077ce472440aac63e (diff)
staging: ozwpan: oz_pd_free() can be static
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>
-rw-r--r--drivers/staging/ozwpan/ozpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ozwpan/ozpd.c b/drivers/staging/ozwpan/ozpd.c
index e1757aa27253..ab85a724a0e2 100644
--- 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)
200/* 200/*
201 * Context: softirq or process 201 * Context: softirq or process
202 */ 202 */
203void oz_pd_free(struct work_struct *work) 203static void oz_pd_free(struct work_struct *work)
204{ 204{
205 struct list_head *e; 205 struct list_head *e;
206 struct oz_tx_frame *f; 206 struct oz_tx_frame *f;