staging: r8188eu: remove unused define

The RTW_SUSPEND_LOCK_NAME define is not used. Remove it.

Acked-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210908085747.32254-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Kaiser 2021-09-08 10:57:46 +02:00 committed by Greg Kroah-Hartman
parent fbcaf70b9b
commit db4e963a77

View File

@ -97,8 +97,6 @@ void rtw_usleep_os(int us)
msleep((us / 1000) + 1);
}
#define RTW_SUSPEND_LOCK_NAME "rtw_wifi"
static const struct device_type wlan_type = {
.name = "wlan",
};