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>
This commit is contained in:
committed by
Linus Torvalds
parent
6299b669b1
commit
04a6f82cf0
@ -257,10 +257,12 @@ static inline struct net *read_pnet(struct net * const *pnet)
|
||||
#define __net_init
|
||||
#define __net_exit
|
||||
#define __net_initdata
|
||||
#define __net_initconst
|
||||
#else
|
||||
#define __net_init __init
|
||||
#define __net_exit __exit_refok
|
||||
#define __net_initdata __initdata
|
||||
#define __net_initconst __initconst
|
||||
#endif
|
||||
|
||||
struct pernet_operations {
|
||||
|
||||
Reference in New Issue
Block a user