aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_TS.h
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2023-06-24 08:03:31 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-07-27 09:57:38 +0200
commit74d118d51f6f054aa1ffb57ba44a598e889658d5 (patch)
tree9706083d39e3f388852a428b8529cb3012f652d7 /drivers/staging/rtl8192e/rtl819x_TS.h
parentstaging: greybus: pwm: Drop unused member from driver struct (diff)
downloadlinux-stable-74d118d51f6f054aa1ffb57ba44a598e889658d5.tar.xz
linux-stable-74d118d51f6f054aa1ffb57ba44a598e889658d5.zip
staging: rtl8192e: Remove unused timer SetupTimer
Remove unused timer SetupTimer and all the resulting unused code. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/4bbbd60d84e15fdb7bffde98a687ed168a4dfbbd.1687583718.git.philipp.g.hortmann@gmail.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 37760d0bc35d..75ee2056d361 100644
--- a/drivers/staging/rtl8192e/rtl819x_TS.h
+++ b/drivers/staging/rtl8192e/rtl819x_TS.h
@@ -19,7 +19,6 @@ enum tr_select {
struct ts_common_info {
struct list_head List;
- struct timer_list SetupTimer;
struct timer_list InactTimer;
u8 Addr[ETH_ALEN];
union tspec_body TSpec;