diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2004-02-19 19:04:10 -0800 |
|---|---|---|
| committer | David Woodhouse <dwmw2@dwmw2.baythorne.internal> | 2004-02-19 19:04:10 -0800 |
| commit | eb5ade9620008172a2e4464f839467bd875bd59e (patch) | |
| tree | e4e22971658786b5344d10e06a36dd8ca50bf2de | |
| parent | 231ae6681bc589044d79050c3849a278d1785775 (diff) | |
[IPV4]: Make ip_auto_config a late initcall.
| -rw-r--r-- | net/ipv4/ipconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index a87a00738699..1289eb6a8c89 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c @@ -1324,7 +1324,7 @@ static int __init ip_auto_config(void) return 0; } -module_init(ip_auto_config); +late_initcall(ip_auto_config); /* |
