diff options
Diffstat (limited to 'scripts/modpost.h')
| -rw-r--r-- | scripts/modpost.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/modpost.h b/scripts/modpost.h index 0b18b4192a63..ddb013d9fd98 100644 --- a/scripts/modpost.h +++ b/scripts/modpost.h @@ -73,6 +73,7 @@ struct module { const char *name; struct symbol *unres; int seen; + int skip; struct buffer dev_table_buf; }; |
