summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c
diff options
context:
space:
mode:
authorChaehyun Lim2015-09-22 15:47:37 +0200
committerGreg Kroah-Hartman2015-09-29 02:31:19 +0200
commitc22dbd4bb8fd15faa800ef5daf1a81aa31896bf8 (patch)
tree64b1417697eb6749b5254891dd64872375ad00f2 /drivers/staging/wilc1000/coreconfigurator.c
parentstaging: wicl1000: fix dereference after free in wilc_wlan_cleanup() (diff)
downloadkernel-qcow2-linux-c22dbd4bb8fd15faa800ef5daf1a81aa31896bf8.tar.gz
kernel-qcow2-linux-c22dbd4bb8fd15faa800ef5daf1a81aa31896bf8.tar.xz
kernel-qcow2-linux-c22dbd4bb8fd15faa800ef5daf1a81aa31896bf8.zip
staging: wilc1000: remove CoreConfiguratorDeInit
This patch removes CoreConfiguratorDeInit function, which is not doing anything else except printing a PRINT_D message and returning a s32Error. It is also removed the codes that is calling this function. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.c')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index e563c9bca8c4..9676044f233b 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -700,26 +700,6 @@ s32 DeallocateSurveyResults(wid_site_survey_reslts_s *pstrSurveyResults)
}
#endif
-/**
- * @brief Deinitializes the Core Configurator
- * @details
- * @return Error code indicating success/failure
- * @note
- * @author mabubakr
- * @date 1 Mar 2012
- * @version 1.0
- */
-
-s32 CoreConfiguratorDeInit(void)
-{
- s32 s32Error = 0;
-
- PRINT_D(CORECONFIG_DBG, "CoreConfiguratorDeInit()\n");
-
-
- return s32Error;
-}
-
/*Using the global handle of the driver*/
extern wilc_wlan_oup_t *gpstrWlanOps;
/**