X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fmod%2Fmodpost.h;h=4871343e192a512f7ccd2f19a2eab5d487de4103;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=ddb013d9fd987260f3609d48e981d6fd0aa1d6e6;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index ddb013d9f..4871343e1 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h @@ -74,6 +74,8 @@ struct module { struct symbol *unres; int seen; int skip; + int has_init; + int has_cleanup; struct buffer dev_table_buf; };