diff options
author | Andi Kleen <ak@linux.intel.com> | 2012-10-04 17:12:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-06 03:04:45 +0900 |
commit | 04a6f82cf01aeef9fb058b2fca0ef1fe0a09c2fa (patch) | |
tree | d9fb34c24277a6eec6f5da9aeff450aedb8e387c /net/decnet | |
parent | 6299b669b1340b9f7de2bc2bd565921a1494e7f7 (diff) | |
download | linux-04a6f82cf01aeef9fb058b2fca0ef1fe0a09c2fa.tar.gz linux-04a6f82cf01aeef9fb058b2fca0ef1fe0a09c2fa.tar.bz2 linux-04a6f82cf01aeef9fb058b2fca0ef1fe0a09c2fa.zip |
sections: fix section conflicts in net
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/decnet')
-rw-r--r-- | net/decnet/dn_rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/decnet/dn_rules.c b/net/decnet/dn_rules.c index e65f2c856e06..faf7cc3483fe 100644 --- a/net/decnet/dn_rules.c +++ b/net/decnet/dn_rules.c @@ -220,7 +220,7 @@ static void dn_fib_rule_flush_cache(struct fib_rules_ops *ops) dn_rt_cache_flush(-1); } -static const struct fib_rules_ops __net_initdata dn_fib_rules_ops_template = { +static const struct fib_rules_ops __net_initconst dn_fib_rules_ops_template = { .family = AF_DECnet, .rule_size = sizeof(struct dn_fib_rule), .addr_size = sizeof(u16), |