staging: rtl8188eu: move defines into the .c file
authorMartin Kaiser <martin@kaiser.cx>
Wed, 7 Apr 2021 17:05:25 +0000 (19:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:26:32 +0000 (09:26 +0200)
commitb048a8db29446bbf898c496b228be546c6cdcf21
tree2816a8f2d771022e084a4d33c1c60901027db634
parentcf862de40b35d725b60f4800bc795e72e9549fdf
staging: rtl8188eu: move defines into the .c file

Some of the defines from usb_ops_linux.h are used only inside
usb_ops_linux.c. Move them to the .c file.

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