Remove redefinition of the function 'qdf_mem_debug_debugfs_init' when WLAN_DEBUGFS is not enabled. Change-Id: Id35865edda7e41cbc073cfca6099c56e7455165d CRs-Fixed: 2048039
@@ -510,11 +510,6 @@ static QDF_STATUS qdf_mem_debugfs_init(void)
static void qdf_mem_debugfs_exit(void) {}
-static QDF_STATUS qdf_mem_debug_debugfs_init(void)
-{
- return QDF_STATUS_E_NOSUPPORT;
-}
-
static QDF_STATUS qdf_mem_debug_debugfs_init(void)
{
return QDF_STATUS_E_NOSUPPORT;