]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit200f8610b8cbb8647b5b5b299757a051c2c6a34e
treeb1be804c2d75e828388185510a5200ef8ef9e0aa
parent1fa6388600f489e9b144b260d739f3ac8fbcd626
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