Skip to content

Commit

Permalink
modpost: fix modpost warnings for xtensa
Browse files Browse the repository at this point in the history
Suppress warnings for two informational sections (.xt.lit and .xt.prop)
used by the Xtensa architecture.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent 717460e commit af42e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,8 @@ static const char *section_white_list[] =
".note*",
".got*",
".toc*",
".xt.prop", /* xtensa */
".xt.lit", /* xtensa */
NULL
};

Expand Down

0 comments on commit af42e97

Please sign in to comment.