X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=scripts%2Fmod%2Fmodpost.c;h=8f038e6d5f986b0ecf0202968559de646c08ea2f;hb=d35cb360c29956510b2fe1a953bd4968536f7216;hp=a07f91aac920c66e081b925acb52b5c4d4874922;hpb=cbfa66b88d5720b81b75e72e7de8116d338e6b30;p=linux-2.6-omap-h63xx.git diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index a07f91aac92..8f038e6d5f9 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -1992,7 +1992,8 @@ static void read_markers(const char *fname) mod->skip = 1; } - add_marker(mod, marker, fmt); + if (!mod->skip) + add_marker(mod, marker, fmt); } return; fail: