aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r--scripts/mod/modpost.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index ff36c508a10e..11a8c3010ed9 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -2126,7 +2126,7 @@ int main(int argc, char **argv)
2126 struct ext_sym_list *extsym_iter; 2126 struct ext_sym_list *extsym_iter;
2127 struct ext_sym_list *extsym_start = NULL; 2127 struct ext_sym_list *extsym_start = NULL;
2128 2128
2129 while ((opt = getopt(argc, argv, "i:I:e:cmsSo:awM:K:")) != -1) { 2129 while ((opt = getopt(argc, argv, "i:I:e:msSo:awM:K:")) != -1) {
2130 switch (opt) { 2130 switch (opt) {
2131 case 'i': 2131 case 'i':
2132 kernel_read = optarg; 2132 kernel_read = optarg;
@@ -2135,9 +2135,6 @@ int main(int argc, char **argv)
2135 module_read = optarg; 2135 module_read = optarg;
2136 external_module = 1; 2136 external_module = 1;
2137 break; 2137 break;
2138 case 'c':
2139 cross_build = 1;
2140 break;
2141 case 'e': 2138 case 'e':
2142 external_module = 1; 2139 external_module = 1;
2143 extsym_iter = 2140 extsym_iter =