summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2013-08-28 00:36:16 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-28 00:36:16 (GMT)
commit421acbc251a016b98797a06103374b48b30f943a (patch)
tree2a55272b654e5be3a599b045dc9c357d2e5fb3f8
parent7ca1ea66026f1aba48128a0077ce472440aac63e (diff)
downloadlinux-fsl-qoriq-421acbc251a016b98797a06103374b48b30f943a.tar.xz
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 e1757aa..ab85a72 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)
/*
* 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;