summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_TS.h
diff options
context:
space:
mode:
authorGnanachandran Dhanapal2015-06-16 09:25:48 +0200
committerGreg Kroah-Hartman2015-06-18 06:38:23 +0200
commit2e59e40d5d63ff805c9a5299be8b8e5e299dc6b6 (patch)
treed41cd68b44a67f6b7ca2b1b23eec730b9acc66fa /drivers/staging/rtl8192e/rtl819x_TS.h
parentstaging: rtl8192e: Remove rtllib_device::agregation (diff)
downloadkernel-qcow2-linux-2e59e40d5d63ff805c9a5299be8b8e5e299dc6b6.tar.gz
kernel-qcow2-linux-2e59e40d5d63ff805c9a5299be8b8e5e299dc6b6.tar.xz
kernel-qcow2-linux-2e59e40d5d63ff805c9a5299be8b8e5e299dc6b6.zip
Staging: rtl8192e: Timer setup using macro rather assignment
This patch shall replaces user defined timer setup function with standard timer setup macro. Also removes init_timer, because timer can be initialized in setup_timer macro as well. Signed-off-by: Gnanachandran Dhanapal <gdhanapa@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl819x_TS.h')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_TS.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_TS.h b/drivers/staging/rtl8192e/rtl819x_TS.h
index b3e721bf975c..b8fed556928c 100644
--- a/drivers/staging/rtl8192e/rtl819x_TS.h
+++ b/drivers/staging/rtl8192e/rtl819x_TS.h
@@ -67,7 +67,6 @@ struct rx_ts_record {
u8 num;
};
-void _setup_timer(struct timer_list *, void *, unsigned long);
#endif