summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/musycc.c
diff options
context:
space:
mode:
authorHimangi Saraogi2014-03-11 07:52:28 +0100
committerPeter P Waskiewicz Jr2014-03-14 00:06:39 +0100
commit639296ba386e96d3552263690df459f9820b6125 (patch)
treeb4b3397125379831bcbfd164234891ceff9ae5d2 /drivers/staging/cxt1e1/musycc.c
parentStaging: rtl8188eu: Fix warning of unchecked sscanf return value. (diff)
downloadkernel-qcow2-linux-639296ba386e96d3552263690df459f9820b6125.tar.gz
kernel-qcow2-linux-639296ba386e96d3552263690df459f9820b6125.tar.xz
kernel-qcow2-linux-639296ba386e96d3552263690df459f9820b6125.zip
staging:cxt1e1:remove unused code with #if 0
The functions musycc_del_chan and musycc_del_chan_stats are not being used at the moment and may not be required. Remove them for now (with #if 0) till it is decided whether it is really required. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Diffstat (limited to 'drivers/staging/cxt1e1/musycc.c')
-rw-r--r--drivers/staging/cxt1e1/musycc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/cxt1e1/musycc.c b/drivers/staging/cxt1e1/musycc.c
index 42b6ada6b21c..b5c798a85dcc 100644
--- a/drivers/staging/cxt1e1/musycc.c
+++ b/drivers/staging/cxt1e1/musycc.c
@@ -1591,6 +1591,8 @@ musycc_chan_down(ci_t *dummy, int channum)
#endif
+#if 0
+/* TODO: determine if these functions will not be needed and can be removed */
int
musycc_del_chan(ci_t *ci, int channum)
{
@@ -1622,6 +1624,7 @@ musycc_del_chan_stats(ci_t *ci, int channum)
memset(&ch->s, 0, sizeof(struct sbecom_chan_stats));
return 0;
}
+#endif
int