diff options
| author | Dmitry Artamonow <[email protected]> | 2009-10-09 12:18:49 +0400 |
|---|---|---|
| committer | David Woodhouse <[email protected]> | 2009-10-17 15:37:13 +0100 |
| commit | 5a134239e707b23c65948f41f40b828d40e440af (patch) | |
| tree | 716e5a8529330dc3cd7d7c7f41596d459d4f48e3 /tools/perf/scripts/python | |
| parent | 82613b0da622efbd24cb7b23eb349966802310f1 (diff) | |
mtd: maps/sa1100: fix section mismatch
Commit f0b1e589 changed sa1100_mtd_probe from __init to __devinit,
but missed to correct sa1100_setup_mtd definition accordingly, which
causes following warning:
WARNING: vmlinux.o(.devinit.text+0xf4): Section mismatch in reference from
the function sa1100_mtd_probe() to the function .init.text:sa1100_setup_mtd()
The function __devinit sa1100_mtd_probe() references
a function __init sa1100_setup_mtd().
If sa1100_setup_mtd is only used by sa1100_mtd_probe then
annotate sa1100_setup_mtd with a matching annotation.
Signed-off-by: Dmitry Artamonow <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions