From 1a4493c55594842fa75a91ba95c73056a29f25e6 Mon Sep 17 00:00:00 2001 From: Miguel Oliveira Date: Fri, 1 Aug 2014 17:54:39 +0100 Subject: [PATCH] staging: rtl8723au: Fix static symbol sparse warning Fix sparse warning: drivers/staging/rtl8723au/core/rtw_efuse.c:579:5: warning: symbol 'efuse_GetCurrentSize23a' was not declared. Should it be static? by removing efuse_GetCurrentSize23a since its never used Signed-off-by: Miguel Oliveira Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed