Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1471173

[PATCH 3/6] rtl8188eu: declare internal function as static

From Luca Ceresoli <luca@lucaceresoli.net>
Newsgroups linux.kernel
Subject [PATCH 3/6] rtl8188eu: declare internal function as static
Date 2016-08-27 15:30 +0200
Message-ID <saLQl-53G-9@gated-at.bofh.it> (permalink)
References <saLwZ-4Xg-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Geliang Tang <geliangtang@163.com>
Cc: Jakub Sitnicki <jsitnicki@gmail.com>
Cc: Ivan Safonov <insafonov@gmail.com>
Cc: Kyle Kuffermann <kyle.kuffermann@gmail.com>
Cc: linux-kernel@vger.kernel.org
---
 drivers/staging/rtl8188eu/core/rtw_recv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_recv.c b/drivers/staging/rtl8188eu/core/rtw_recv.c
index 977bb2532c3e..1063617b0ce4 100644
--- a/drivers/staging/rtl8188eu/core/rtw_recv.c
+++ b/drivers/staging/rtl8188eu/core/rtw_recv.c
@@ -39,7 +39,7 @@ static u8 rtw_rfc1042_header[] = {
        0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00
 };
 
-void rtw_signal_stat_timer_hdl(unsigned long data);
+static void rtw_signal_stat_timer_hdl(unsigned long data);
 
 void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv)
 {
@@ -2088,7 +2088,7 @@ _recv_entry_drop:
 	return ret;
 }
 
-void rtw_signal_stat_timer_hdl(unsigned long data)
+static void rtw_signal_stat_timer_hdl(unsigned long data)
 {
 	struct adapter *adapter = (struct adapter *)data;
 	struct recv_priv *recvpriv = &adapter->recvpriv;
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/6] rtl8723au: remove declaration of unimplemented functions Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
  [PATCH 2/6] rtl8188eu: remove declaration of unimplemented functions Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
  [PATCH 3/6] rtl8188eu: declare internal function as static Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
    Re: [PATCH 3/6] rtl8188eu: declare internal function as static Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2016-08-28 14:30 +0200
      Re: [PATCH 3/6] rtl8188eu: declare internal function as static Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-28 17:10 +0200
  [PATCH 4/6] rtl8188eu: remove rtw_proc_init_one and rtw_proc_remove_one Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
  [PATCH 5/6] rtl8188eu: remove useless include Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 16:20 +0200
  Re: [PATCH 1/6] rtl8723au: remove declaration of unimplemented  functions Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-01 17:50 +0200

csiph-web