staging: r8188eu: remove unused PATH_LENGTH_MAX define

PATH_LENGTH_MAX in osdep_service.h is not used and can
be removed.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220115165536.231210-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Kaiser 2022-01-15 17:55:29 +01:00 committed by Greg Kroah-Hartman
parent 0bf66e3a36
commit 4b583386e0

View File

@ -163,9 +163,6 @@ static inline u32 _RND512(u32 sz)
return val;
}
/* limitation of path length */
#define PATH_LENGTH_MAX PATH_MAX
struct rtw_netdev_priv_indicator {
void *priv;
u32 sizeof_priv;