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>
This commit is contained in:
Fengguang Wu 2013-08-27 17:36:16 -07:00 committed by Greg Kroah-Hartman
parent 7ca1ea6602
commit 421acbc251

View File

@ -200,7 +200,7 @@ struct oz_pd *oz_pd_alloc(const u8 *mac_addr)
/* /*
* Context: softirq or process * 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 list_head *e;
struct oz_tx_frame *f; struct oz_tx_frame *f;