mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
[DCCP]: make dccp_write_xmit_timer() static again
dccp_write_xmit_timer() needlessly became global. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
20bd7dd4ca
commit
c93a882ebe
2 changed files with 1 additions and 2 deletions
|
@ -262,7 +262,7 @@ out:
|
|||
}
|
||||
|
||||
/* Transmit-delay timer: used by the CCIDs to delay actual send time */
|
||||
void dccp_write_xmit_timer(unsigned long data)
|
||||
static void dccp_write_xmit_timer(unsigned long data)
|
||||
{
|
||||
struct sock *sk = (struct sock *)data;
|
||||
struct dccp_sock *dp = dccp_sk(sk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue