diff options
| author | Andi Kleen <ak@linux.intel.com> | 2012-10-04 20:12:11 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 14:04:45 -0400 |
| commit | 04a6f82cf01aeef9fb058b2fca0ef1fe0a09c2fa (patch) | |
| tree | d9fb34c24277a6eec6f5da9aeff450aedb8e387c /include/net | |
| parent | 6299b669b1340b9f7de2bc2bd565921a1494e7f7 (diff) | |
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 'include/net')
| -rw-r--r-- | include/net/net_namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 4faf6612ecac..95e646641184 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
| @@ -257,10 +257,12 @@ static inline struct net *read_pnet(struct net * const *pnet) | |||
| 257 | #define __net_init | 257 | #define __net_init |
| 258 | #define __net_exit | 258 | #define __net_exit |
| 259 | #define __net_initdata | 259 | #define __net_initdata |
| 260 | #define __net_initconst | ||
| 260 | #else | 261 | #else |
| 261 | #define __net_init __init | 262 | #define __net_init __init |
| 262 | #define __net_exit __exit_refok | 263 | #define __net_exit __exit_refok |
| 263 | #define __net_initdata __initdata | 264 | #define __net_initdata __initdata |
| 265 | #define __net_initconst __initconst | ||
| 264 | #endif | 266 | #endif |
| 265 | 267 | ||
| 266 | struct pernet_operations { | 268 | struct pernet_operations { |
