net: Make static
Sparse asked whether these could be static. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
2107fb8b5b
commit
5eaa65b240
@@ -219,7 +219,7 @@ static void irlap_backoff_timer_expired(void *data)
|
||||
*
|
||||
*
|
||||
*/
|
||||
void irlap_media_busy_expired(void* data)
|
||||
static void irlap_media_busy_expired(void *data)
|
||||
{
|
||||
struct irlap_cb *self = (struct irlap_cb *) data;
|
||||
|
||||
|
Reference in New Issue
Block a user