m68k: teach modpost about .m68_fixup
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8a0236743e
commit
3a5df1d451
1 changed files with 1 additions and 0 deletions
|
@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name)
|
|||
".plt", /* seen on ARCH=um build on x86_64. Harmless */
|
||||
".smp_locks",
|
||||
".stab",
|
||||
".m68k_fixup",
|
||||
NULL
|
||||
};
|
||||
/* Start of section names */
|
||||
|
|
Loading…
Reference in a new issue