Skip to content

Commit

Permalink
staging: csr: csr_wifi_nme_task.h: remove function prototypes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Nov 1, 2012
1 parent 4a53018 commit 986842d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/csr/csr_wifi_nme_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit 986842d

Please sign in to comment.