diff options
author | Cristina Opriceana <cristina.opriceana@gmail.com> | 2015-03-22 20:49:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-23 22:43:21 +0100 |
commit | 3659f9c2aaabced5d0db23fa8b485a69f31c31b3 (patch) | |
tree | 7a060e5e75731b40e82e1a6bd396c89745778b76 /drivers/staging/rtl8192u | |
parent | ef8a83e79148bc6311a4227b23d57e3a172f1479 (diff) | |
download | blackbird-obmc-linux-3659f9c2aaabced5d0db23fa8b485a69f31c31b3.tar.gz blackbird-obmc-linux-3659f9c2aaabced5d0db23fa8b485a69f31c31b3.zip |
Staging: rtl8192u: Remove function prototype from .c file
Remove function prototype from r8192U_core.c since it is
declared in the r8192U.h header and this is included in r8192U_core.c
Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u')
-rw-r--r-- | drivers/staging/rtl8192u/r8192U_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 9b31cd0dc741..8834c23d67fc 100644 --- a/drivers/staging/rtl8192u/r8192U_core.c +++ b/drivers/staging/rtl8192u/r8192U_core.c @@ -408,7 +408,6 @@ inline void force_pci_posting(struct net_device *dev) } static struct net_device_stats *rtl8192_stats(struct net_device *dev); -void rtl8192_commit(struct net_device *dev); static void rtl8192_restart(struct work_struct *work); static void watch_dog_timer_callback(unsigned long data); |