aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2008-04-29 01:03:23 -0700
committerLinus Torvalds <[email protected]>2008-04-29 08:06:26 -0700
commit4821cd111d1dbe4bf230a3ecd7f8d3e803f1eec3 (patch)
tree321b0ba87026c301be659c35bba432ddfc9874ff /tools/perf/scripts/python
parentf2b9a3962c69754e8eeb3d578bb33fdb1cf97cca (diff)
tpm: fix section mismatch warning
Fix following warning: WARNING: vmlinux.o(.init.text+0x32804): Section mismatch in reference from the function init_nsc() to the function .devexit.text:tpm_nsc_remove() The function tpm_nsc_remove() are used outside __exit, so remove the __exit annotation to make sure the function is always avilable. Note: Trying to compare this module with other users of platform_device gve me the impression that this driver needs some work to match other users. Signed-off-by: Sam Ravnborg <[email protected]> Cc: Kylene Hall <[email protected]> Cc: Marcel Selhorst <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions