staging: r8188eu: remove unused enum RT_SPINLOCK_TYPE
authorMichael Straube <straube.linux@gmail.com>
Mon, 13 Sep 2021 19:20:41 +0000 (21:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 07:15:42 +0000 (09:15 +0200)
The enum RT_SPINLOCK_TYPE is not used in the driver, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210913192043.26527-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/odm_types.h

index 6f4a4bd37ec1b58138f5415b18c84a0588c726a6..ecb2bef383513e672500f0adcc6e3d3de3bd8439 100644 (file)
@@ -21,10 +21,6 @@ enum HAL_STATUS {
        HAL_STATUS_FAILURE,
 };
 
-enum RT_SPINLOCK_TYPE {
-       RT_TEMP = 1,
-};
-
 #include "basic_types.h"
 
 #define DEV_BUS_TYPE   RT_USB_INTERFACE