staging: r8188eu: remove unused enum RT_SPINLOCK_TYPE

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>
This commit is contained in:
Michael Straube
2021-09-13 21:20:41 +02:00
committed by Greg Kroah-Hartman
parent a2bd64135b
commit eccc581432

View 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