aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorArnaud Lacombe <[email protected]>2011-07-21 13:16:19 -0400
committerGreg Kroah-Hartman <[email protected]>2011-08-08 13:53:50 -0700
commitf9e0b159dbff693bacb64a929e04f442df985b50 (patch)
tree152b7e3f45bebd79a3a32c2619baa6212b42372d /tools/perf/util/scripting-engines/trace-event-python.c
parent7de636fa25c19fc4187f85f8325c50b1b21a6d8b (diff)
drivers/base/devtmpfs.c: correct annotation of `setup_done'
This fixes the following section mismatch issue: WARNING: vmlinux.o(.text+0x1192bf): Section mismatch in reference from the function devtmpfsd() to the variable .init.data:setup_done The function devtmpfsd() references the variable __initdata setup_done. This is often because devtmpfsd lacks a __initdata annotation or the annotation of setup_done is wrong. WARNING: vmlinux.o(.text+0x119342): Section mismatch in reference from the function devtmpfsd() to the variable .init.data:setup_done The function devtmpfsd() references the variable __initdata setup_done. This is often because devtmpfsd lacks a __initdata annotation or the annotation of setup_done is wrong. Signed-off-by: Arnaud Lacombe <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions