staging: rtl8188eu: move another static array from .h to .c
authorMartin Kaiser <martin@kaiser.cx>
Thu, 8 Apr 2021 19:55:57 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Apr 2021 14:17:23 +0000 (16:17 +0200)
commite2794029df299754b5d7662f8e57a6c9ba423f1f
treeb1be804c2d75e828388185510a5200ef8ef9e0aa
parent7b697f098d8a438b0e2750a46980781d2198e94f
staging: rtl8188eu: move another static array from .h to .c

Move the declaration of the rtw_cmd_callback array from rtw_cmd.h to
rtw_cmd.c.

The _RTW_CMD_C_ symbol is now obsolete and can be removed.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210408195601.4762-8-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c
drivers/staging/rtl8188eu/include/rtw_cmd.h