Browse Source

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>
Fengguang Wu 12 years ago
parent
commit
421acbc251
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/ozwpan/ozpd.c

+ 1 - 1
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;