]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8188eu: remove unnecessary declaration
authorMichael Straube <straube.linux@gmail.com>
Wed, 3 Apr 2019 17:07:08 +0000 (19:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Apr 2019 11:31:58 +0000 (13:31 +0200)
commit7e894d1086a45c64a0d24db1034ff8d934a85158
tree45f53a4ec957840cffcba7c7e0d3ddd483ac936a
parent391f544e355d442c8a58d395ef64d01dea47ac8d
staging: rtl8188eu: remove unnecessary declaration

The declaration of sta2sta_data_frame() is directly above
the function definition. Remove the unnecessary declaration.

This also clears a checkpatch issue.
CHECK: Lines should not end with a '('

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c