qcacld-3.0: Remove obsolete prototype for sysMcStart()

Function sysMcStart() no longer exists in the code, but the prototype
for it is still present. Get rid of it.

Change-Id: Ifd6c1fde27f907300ab7a8e03d4a201d861fd94e
CRs-Fixed: 2102689
This commit is contained in:
Jeff Johnson 2017-08-31 15:38:50 -07:00 committed by snandini
parent b4b196e024
commit 71c5f0fa1b

View File

@ -105,32 +105,6 @@ typedef void (*sysResponseCback)(void *pUserData);
QDF_STATUS sys_build_message_header(SYS_MSG_ID sysMsgId,
struct scheduler_msg *pMsg);
/*----------------------------------------------------------------------------
\brief sysMcStart() - start the system Main Controller thread.
This function starts the SYS (Main Controller) module. Starting this
module triggers the CFG download to the 'legacy' MAC software.
\param p_cds_context - pointer to the CDS Context
\param userCallback - this is a callback that is called when the SYS
has completed the 'start' funciton.
\param pUserData - pointer to some user data entity that is passed to
the callback function as a parameter when invoked.
\return QDF_STATUS_SUCCESS -
\todo: We have not 'status' on the callback. How do we notify the
callback that there is a failure ?
\sa
--------------------------------------------------------------------------*/
QDF_STATUS sysMcStart(v_CONTEXT_t p_cds_context, sysResponseCback userCallback,
void *pUserData);
/*----------------------------------------------------------------------------
\brief sys_mc_process_msg() - process SYS messages on the Main Controller thread