summaryrefslogtreecommitdiff
path: root/scripts/modpost.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/modpost.h')
-rw-r--r--scripts/modpost.h1
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;
};