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:
parent
2107fb8b5b
commit
5eaa65b240
13 changed files with 23 additions and 23 deletions
|
@ -1106,7 +1106,7 @@ static void dn_dev_set_timer(struct net_device *dev)
|
|||
add_timer(&dn_db->timer);
|
||||
}
|
||||
|
||||
struct dn_dev *dn_dev_create(struct net_device *dev, int *err)
|
||||
static struct dn_dev *dn_dev_create(struct net_device *dev, int *err)
|
||||
{
|
||||
int i;
|
||||
struct dn_dev_parms *p = dn_dev_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue