From: Fabio M. De Francesco Date: Fri, 22 Oct 2021 10:10:28 +0000 (+0200) Subject: staging: r8188eu: Remove unused semaphore "io_retevt" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a624c06194ddfdf6adb780d371538bba79b3ccd9;p=linux.git staging: r8188eu: Remove unused semaphore "io_retevt" Remove semaphore "io_retevt" because it is never used. Signed-off-by: Fabio M. De Francesco Link: https://lore.kernel.org/r/20211022101028.30367-3-fmdefrancesco@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/osdep_intf.h b/drivers/staging/r8188eu/include/osdep_intf.h index 90b37655e9e03..0d7009269aabc 100644 --- a/drivers/staging/r8188eu/include/osdep_intf.h +++ b/drivers/staging/r8188eu/include/osdep_intf.h @@ -34,7 +34,6 @@ The protection mechanism is through the pending queue. struct urb *piorw_urb; u8 io_irp_cnt; u8 bio_irp_pending; - struct semaphore io_retevt; struct timer_list io_timer; u8 bio_irp_timeout; u8 bio_timer_cancel;