aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2019-04-03 19:07:08 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-16 13:31:58 +0200
commit7e894d1086a45c64a0d24db1034ff8d934a85158 (patch)
tree45f53a4ec957840cffcba7c7e0d3ddd483ac936a /drivers/staging/rtl8188eu
parentstaging: rtl8712: remove unnecessary NULL check (diff)
downloadlinux-dev-7e894d1086a45c64a0d24db1034ff8d934a85158.tar.xz
linux-dev-7e894d1086a45c64a0d24db1034ff8d934a85158.zip
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>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_recv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_recv.c b/drivers/staging/rtl8188eu/core/rtw_recv.c
index b7abe8c7c8cd..3a621d58e53d 100644
--- a/drivers/staging/rtl8188eu/core/rtw_recv.c
+++ b/drivers/staging/rtl8188eu/core/rtw_recv.c
@@ -632,12 +632,6 @@ static void count_rx_stats(struct adapter *padapter,
}
}
-int sta2sta_data_frame(
- struct adapter *adapter,
- struct recv_frame *precv_frame,
- struct sta_info **psta
-);
-
int sta2sta_data_frame(struct adapter *adapter, struct recv_frame *precv_frame,
struct sta_info **psta)
{