From be0162f307674f30b5ba7e37f659ec20abc740a3 Mon Sep 17 00:00:00 2001 From: Anmol Sarma Date: Fri, 10 Jan 2014 01:14:44 +0530 Subject: [PATCH] Staging: rtl8187se: ieee80211: ieee80211_softmac.c: mark symbols as static Fix sparse warnings for undeclared symbols not marked static like: 148:6: warning: symbol 'enqueue_mgmt' was not declared. Should it be static? 166:16: warning: symbol 'dequeue_mgmt' was not declared. Should it be static? Signed-off-by: Anmol Sarma Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed