Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328099
b: refs/heads/master
c: 842b08b
h: refs/heads/master
i:
  328097: f60b286
  328095: 8a16a48
v: v3
  • Loading branch information
Andy Shevchenko authored and David S. Miller committed Sep 25, 2012
1 parent 9b9cb2f commit fba2215
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8489c1d9a80e6263fb71de5bc7f39773712cfa7e
refs/heads/master: 842b08bbee448b2069aaebb7f18b40942ad2a1bd
22 changes: 11 additions & 11 deletions trunk/net/ipv4/ipconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,17 @@ static void __init ic_rarp_send_if(struct ic_device *d)
}
#endif

/*
* Predefine Nameservers
*/
static inline void __init ic_nameservers_predef(void)
{
int i;

for (i = 0; i < CONF_NAMESERVERS_MAX; i++)
ic_nameservers[i] = NONE;
}

/*
* DHCP/BOOTP support.
*/
Expand Down Expand Up @@ -742,17 +753,6 @@ static void __init ic_bootp_init_ext(u8 *e)
}


/*
* Predefine Nameservers
*/
static inline void __init ic_nameservers_predef(void)
{
int i;

for (i = 0; i < CONF_NAMESERVERS_MAX; i++)
ic_nameservers[i] = NONE;
}

/*
* Initialize the DHCP/BOOTP mechanism.
*/
Expand Down

0 comments on commit fba2215

Please sign in to comment.