modpost white list pattern adjustment
authorJan Beulich <jbeulich@novell.com>
Tue, 12 Jun 2007 07:29:41 +0000 (09:29 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 17 Jul 2007 09:10:21 +0000 (11:10 +0200)
gcc puts data into .data.rel or .data.rel.* on some architectures (e.g.
ia64) or under certain conditions, so whatever is legal relative to
.data should also be legal for those other sections. Fixes a few
modpost warnings on ia64.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found