diff options
| author | Martin Kaiser <martin@kaiser.cx> | 2022-02-16 09:16:57 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-17 16:00:07 +0100 |
| commit | f24bd333b4c665b5ca7a48af3be0262bac0185e5 (patch) | |
| tree | a1302584478e751636eb034a8d9d37efeff47d49 | |
| parent | 0077e86a5bfeae07454cdce2f93a806e01bd5f49 (diff) | |
| download | linux-f24bd333b4c665b5ca7a48af3be0262bac0185e5.tar.gz linux-f24bd333b4c665b5ca7a48af3be0262bac0185e5.zip | |
staging: r8188eu: struct usb_suspend_parm is not used
struct usb_suspend_parm is not used. Remove it.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220216081657.622467-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/r8188eu/include/rtw_cmd.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_cmd.h b/drivers/staging/r8188eu/include/rtw_cmd.h index 39273f9775cb..54643927054f 100644 --- a/drivers/staging/r8188eu/include/rtw_cmd.h +++ b/drivers/staging/r8188eu/include/rtw_cmd.h @@ -123,18 +123,6 @@ enum RFINTFS { }; /* -Caller Mode: Infra, Ad-HoC(C) - -Notes: To enter USB suspend mode - -Command Mode - -*/ -struct usb_suspend_parm { - u32 action;/* 1: sleep, 0:resume */ -}; - -/* Caller Mode: Infra, Ad-HoC Notes: To join a known BSS. |
