aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mod')
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index b709b2e623d6..c64066dcd2e4 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -2418,7 +2418,7 @@ int main(int argc, char **argv)
2418 struct ext_sym_list *extsym_iter; 2418 struct ext_sym_list *extsym_iter;
2419 struct ext_sym_list *extsym_start = NULL; 2419 struct ext_sym_list *extsym_start = NULL;
2420 2420
2421 while ((opt = getopt(argc, argv, "i:I:e:mnsST:o:awM:K:E")) != -1) { 2421 while ((opt = getopt(argc, argv, "i:I:e:mnsST:o:awE")) != -1) {
2422 switch (opt) { 2422 switch (opt) {
2423 case 'i': 2423 case 'i':
2424 kernel_read = optarg; 2424 kernel_read = optarg;