Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 421acbc2 authored by Fengguang Wu's avatar Fengguang Wu Committed by Greg Kroah-Hartman
Browse files

staging: ozwpan: oz_pd_free() can be static



Cc: Rupesh Gujare <rupesh.gujare@atmel.com>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ca1ea66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;