drivers: staging: rtl8712: _adapter is declared twice

struct _adapter has been declared at 23rd line.
Remove the duplicate.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20210325080050.861273-1-wanjiabing@vivo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wan Jiabing 2021-03-25 16:00:46 +08:00 коммит произвёл Greg Kroah-Hartman
Родитель 0933e51a0b
Коммит 6f08cc6c2f
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -36,8 +36,6 @@ enum _NIC_VERSION {
RTL8716_NIC
};
struct _adapter;
struct qos_priv {
/* bit mask option: u-apsd, s-apsd, ts, block ack... */
unsigned int qos_option;