mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Convert typedef for _mutex to struct mutex
This will break builds for kernels before mutexes were introduced. As this is very early, it should not affect any modern users. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
dfb5277a29
commit
73f9c27ffd
7 changed files with 12 additions and 17 deletions
|
@ -46,7 +46,7 @@ A protection mechanism is necessary for the io_rwmem(read/write protocol)
|
|||
Under Async. IRP (SDIO/USB)
|
||||
The protection mechanism is through the pending queue.
|
||||
*/
|
||||
_mutex ioctl_mutex;
|
||||
struct mutex ioctl_mutex;
|
||||
// when in USB, IO is through interrupt in/out endpoints
|
||||
struct usb_device *udev;
|
||||
struct urb * piorw_urb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue