aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorMarcin Slusarz <[email protected]>2008-08-15 00:40:19 -0700
committerLinus Torvalds <[email protected]>2008-08-15 08:35:42 -0700
commitce289e89726948b50a58c9e8f4e81174a8c9c254 (patch)
tree6e3b124fb2556fc60c30000160c97a59b2b2cafd /net/unix/sysctl_net_unix.c
parent6acb2eceff80027bd67a204227c6c8effd464c25 (diff)
suspend: fix section mismatch warning - register_nosave_region
WARNING: vmlinux.o(.text+0xe684): Section mismatch in reference from the function register_nosave_region() to the function .init.text:__register_nosave_region() The function register_nosave_region() references the function __init __register_nosave_region(). This is often because register_nosave_region lacks a __init annotation or the annotation of __register_nosave_region is wrong. register_nosave_region calls __init function and is called only from __init functions Signed-off-by: Marcin Slusarz <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Cc: Pavel Machek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions