staging: csr: csr_wifi_nme_task.h: remove function prototypes
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 1 Nov 2012 06:24:43 +0000 (02:24 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 15:48:56 +0000 (08:48 -0700)
there are function definitions missing for these prototypes, so
remove all 3 function protos.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/csr/csr_wifi_nme_task.h

index 8a1aae6..84e973a 100644 (file)
@@ -22,9 +22,6 @@
 
 #define CSR_WIFI_NME_LOG_ID 0x1203FFFF
 extern CsrSchedQid CSR_WIFI_NME_IFACEQUEUE;
-void CsrWifiNmeInit(void **gash);
-void CsrWifiNmeDeinit(void **gash);
-void CsrWifiNmeHandler(void **gash);
 
 #endif /* CSR_WIFI_NME_TASK_H__ */