diff options
-rw-r--r-- | scripts/Makefile.asm-generic | 1 | ||||
-rw-r--r-- | scripts/Makefile.host | 1 | ||||
-rwxr-xr-x | scripts/checkstack.pl | 1 | ||||
-rwxr-xr-x | scripts/config | 1 | ||||
-rw-r--r-- | scripts/dtc/.gitignore | 1 | ||||
-rw-r--r-- | scripts/dtc/fstree.c | 1 | ||||
-rw-r--r-- | scripts/dtc/libfdt/fdt_empty_tree.c | 1 | ||||
-rw-r--r-- | scripts/dtc/treesource.c | 1 | ||||
-rwxr-xr-x | scripts/headers.sh | 2 | ||||
-rw-r--r-- | scripts/kconfig/Makefile | 1 | ||||
-rwxr-xr-x | scripts/kconfig/check.sh | 1 | ||||
-rw-r--r-- | scripts/kconfig/mconf.c | 1 | ||||
-rw-r--r-- | scripts/kconfig/nconf.c | 1 | ||||
-rw-r--r-- | scripts/kconfig/util.c | 2 | ||||
-rw-r--r-- | scripts/markup_oops.pl | 1 | ||||
-rw-r--r-- | scripts/mksysmap | 1 | ||||
-rw-r--r-- | scripts/mod/.gitignore | 1 | ||||
-rw-r--r-- | scripts/mod/mk_elfconfig.c | 1 | ||||
-rw-r--r-- | scripts/package/Makefile | 1 | ||||
-rw-r--r-- | scripts/package/buildtar | 1 | ||||
-rw-r--r-- | scripts/pnmtologo.c | 1 | ||||
-rw-r--r-- | scripts/recordmcount.c | 2 | ||||
-rw-r--r-- | scripts/rt-tester/check-all.sh | 1 | ||||
-rw-r--r-- | scripts/rt-tester/rt-tester.py | 2 | ||||
-rw-r--r-- | scripts/selinux/install_policy.sh | 1 | ||||
-rwxr-xr-x | scripts/show_delta | 1 |
26 files changed, 0 insertions, 30 deletions
diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic index d17e0ea911ed..045e0098e962 100644 --- a/scripts/Makefile.asm-generic +++ b/scripts/Makefile.asm-generic | |||
@@ -21,4 +21,3 @@ all: $(patsubst %, $(obj)/%, $(generic-y)) | |||
21 | 21 | ||
22 | $(obj)/%.h: | 22 | $(obj)/%.h: |
23 | $(call cmd,wrap) | 23 | $(call cmd,wrap) |
24 | |||
diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 1ac414fd5030..b0ec4be67674 100644 --- a/scripts/Makefile.host +++ b/scripts/Makefile.host | |||
@@ -167,4 +167,3 @@ $(host-cshlib): $(obj)/%: $(host-cshobjs) FORCE | |||
167 | 167 | ||
168 | targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\ | 168 | targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\ |
169 | $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs) | 169 | $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs) |
170 | |||
diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index 544aa56b6200..c05d586b1fee 100755 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl | |||
@@ -173,4 +173,3 @@ while (my $line = <STDIN>) { | |||
173 | 173 | ||
174 | # Sort output by size (last field) | 174 | # Sort output by size (last field) |
175 | print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack; | 175 | print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack; |
176 | |||
diff --git a/scripts/config b/scripts/config index 68041793698c..026aeb4f32ee 100755 --- a/scripts/config +++ b/scripts/config | |||
@@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do | |||
223 | ;; | 223 | ;; |
224 | esac | 224 | esac |
225 | done | 225 | done |
226 | |||
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore index 095acb49a374..cdabdc95a6e7 100644 --- a/scripts/dtc/.gitignore +++ b/scripts/dtc/.gitignore | |||
@@ -2,4 +2,3 @@ dtc | |||
2 | dtc-lexer.lex.c | 2 | dtc-lexer.lex.c |
3 | dtc-parser.tab.c | 3 | dtc-parser.tab.c |
4 | dtc-parser.tab.h | 4 | dtc-parser.tab.h |
5 | |||
diff --git a/scripts/dtc/fstree.c b/scripts/dtc/fstree.c index f3774530170a..e464727c8808 100644 --- a/scripts/dtc/fstree.c +++ b/scripts/dtc/fstree.c | |||
@@ -88,4 +88,3 @@ struct boot_info *dt_from_fs(const char *dirname) | |||
88 | 88 | ||
89 | return build_boot_info(NULL, tree, guess_boot_cpuid(tree)); | 89 | return build_boot_info(NULL, tree, guess_boot_cpuid(tree)); |
90 | } | 90 | } |
91 | |||
diff --git a/scripts/dtc/libfdt/fdt_empty_tree.c b/scripts/dtc/libfdt/fdt_empty_tree.c index f72d13b1d19c..f2ae9b77c285 100644 --- a/scripts/dtc/libfdt/fdt_empty_tree.c +++ b/scripts/dtc/libfdt/fdt_empty_tree.c | |||
@@ -81,4 +81,3 @@ int fdt_create_empty_tree(void *buf, int bufsize) | |||
81 | 81 | ||
82 | return fdt_open_into(buf, buf, bufsize); | 82 | return fdt_open_into(buf, buf, bufsize); |
83 | } | 83 | } |
84 | |||
diff --git a/scripts/dtc/treesource.c b/scripts/dtc/treesource.c index 33eeba55fb4d..5740e6992d37 100644 --- a/scripts/dtc/treesource.c +++ b/scripts/dtc/treesource.c | |||
@@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct boot_info *bi) | |||
281 | 281 | ||
282 | write_tree_source_node(f, bi->dt, 0); | 282 | write_tree_source_node(f, bi->dt, 0); |
283 | } | 283 | } |
284 | |||
diff --git a/scripts/headers.sh b/scripts/headers.sh index 978b42b3acd7..95ece06599a5 100755 --- a/scripts/headers.sh +++ b/scripts/headers.sh | |||
@@ -28,5 +28,3 @@ for arch in ${archs}; do | |||
28 | ;; | 28 | ;; |
29 | esac | 29 | esac |
30 | done | 30 | done |
31 | |||
32 | |||
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 844bc9da08da..e57478aa66f7 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -319,4 +319,3 @@ $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck | |||
319 | $(obj)/gconf.glade.h: $(obj)/gconf.glade | 319 | $(obj)/gconf.glade.h: $(obj)/gconf.glade |
320 | $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \ | 320 | $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \ |
321 | $(obj)/gconf.glade | 321 | $(obj)/gconf.glade |
322 | |||
diff --git a/scripts/kconfig/check.sh b/scripts/kconfig/check.sh index 854d9c7c675c..55b79ba1ba2a 100755 --- a/scripts/kconfig/check.sh +++ b/scripts/kconfig/check.sh | |||
@@ -11,4 +11,3 @@ EOF | |||
11 | if [ ! "$?" -eq "0" ]; then | 11 | if [ ! "$?" -eq "0" ]; then |
12 | echo -DKBUILD_NO_NLS; | 12 | echo -DKBUILD_NO_NLS; |
13 | fi | 13 | fi |
14 | |||
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 59184bb41ef8..0cc37b5c4021 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -1034,4 +1034,3 @@ int main(int ac, char **av) | |||
1034 | 1034 | ||
1035 | return res; | 1035 | return res; |
1036 | } | 1036 | } |
1037 | |||
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 4fbecd2473bc..984489ef2b46 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c | |||
@@ -1554,4 +1554,3 @@ int main(int ac, char **av) | |||
1554 | endwin(); | 1554 | endwin(); |
1555 | return 0; | 1555 | return 0; |
1556 | } | 1556 | } |
1557 | |||
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 6e7fbf196809..94f9c83e324f 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c | |||
@@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size) | |||
155 | fprintf(stderr, "Out of memory.\n"); | 155 | fprintf(stderr, "Out of memory.\n"); |
156 | exit(1); | 156 | exit(1); |
157 | } | 157 | } |
158 | |||
159 | |||
diff --git a/scripts/markup_oops.pl b/scripts/markup_oops.pl index 827896f56501..c21d16328d3f 100644 --- a/scripts/markup_oops.pl +++ b/scripts/markup_oops.pl | |||
@@ -367,4 +367,3 @@ OPTION: | |||
367 | EOT | 367 | EOT |
368 | exit; | 368 | exit; |
369 | } | 369 | } |
370 | |||
diff --git a/scripts/mksysmap b/scripts/mksysmap index c1b6191ef879..7ada35a0f478 100644 --- a/scripts/mksysmap +++ b/scripts/mksysmap | |||
@@ -42,4 +42,3 @@ | |||
42 | # (At least sparc64 has __crc_ in the middle). | 42 | # (At least sparc64 has __crc_ in the middle). |
43 | 43 | ||
44 | $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2 | 44 | $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2 |
45 | |||
diff --git a/scripts/mod/.gitignore b/scripts/mod/.gitignore index 33bae0df4de5..3bd11b603173 100644 --- a/scripts/mod/.gitignore +++ b/scripts/mod/.gitignore | |||
@@ -2,4 +2,3 @@ elfconfig.h | |||
2 | mk_elfconfig | 2 | mk_elfconfig |
3 | modpost | 3 | modpost |
4 | devicetable-offsets.h | 4 | devicetable-offsets.h |
5 | |||
diff --git a/scripts/mod/mk_elfconfig.c b/scripts/mod/mk_elfconfig.c index 639bca7ba559..a4fd71d71d65 100644 --- a/scripts/mod/mk_elfconfig.c +++ b/scripts/mod/mk_elfconfig.c | |||
@@ -54,4 +54,3 @@ main(int argc, char **argv) | |||
54 | 54 | ||
55 | return 0; | 55 | return 0; |
56 | } | 56 | } |
57 | |||
diff --git a/scripts/package/Makefile b/scripts/package/Makefile index c5d473393816..99ca6e76eb0a 100644 --- a/scripts/package/Makefile +++ b/scripts/package/Makefile | |||
@@ -143,4 +143,3 @@ help: FORCE | |||
143 | @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball' | 143 | @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball' |
144 | @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball' | 144 | @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball' |
145 | @echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball' | 145 | @echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball' |
146 | |||
diff --git a/scripts/package/buildtar b/scripts/package/buildtar index aa22f9447ddc..995c1eafaff6 100644 --- a/scripts/package/buildtar +++ b/scripts/package/buildtar | |||
@@ -136,4 +136,3 @@ esac | |||
136 | echo "Tarball successfully created in ${tarball}${file_ext}" | 136 | echo "Tarball successfully created in ${tarball}${file_ext}" |
137 | 137 | ||
138 | exit 0 | 138 | exit 0 |
139 | |||
diff --git a/scripts/pnmtologo.c b/scripts/pnmtologo.c index 68bb4efc5af4..4718d7895f0b 100644 --- a/scripts/pnmtologo.c +++ b/scripts/pnmtologo.c | |||
@@ -512,4 +512,3 @@ int main(int argc, char *argv[]) | |||
512 | } | 512 | } |
513 | exit(0); | 513 | exit(0); |
514 | } | 514 | } |
515 | |||
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index 9c22317778eb..c0853063fcbc 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c | |||
@@ -480,5 +480,3 @@ main(int argc, char *argv[]) | |||
480 | } | 480 | } |
481 | return !!n_error; | 481 | return !!n_error; |
482 | } | 482 | } |
483 | |||
484 | |||
diff --git a/scripts/rt-tester/check-all.sh b/scripts/rt-tester/check-all.sh index 43098afe7431..6b5c83baf148 100644 --- a/scripts/rt-tester/check-all.sh +++ b/scripts/rt-tester/check-all.sh | |||
@@ -19,4 +19,3 @@ testit t3-l2-pi.tst | |||
19 | testit t4-l2-pi-deboost.tst | 19 | testit t4-l2-pi-deboost.tst |
20 | testit t5-l4-pi-boost-deboost.tst | 20 | testit t5-l4-pi-boost-deboost.tst |
21 | testit t5-l4-pi-boost-deboost-setsched.tst | 21 | testit t5-l4-pi-boost-deboost-setsched.tst |
22 | |||
diff --git a/scripts/rt-tester/rt-tester.py b/scripts/rt-tester/rt-tester.py index 34186cac1d2f..6d916c2a45a5 100644 --- a/scripts/rt-tester/rt-tester.py +++ b/scripts/rt-tester/rt-tester.py | |||
@@ -216,5 +216,3 @@ while 1: | |||
216 | # Normal exit pass | 216 | # Normal exit pass |
217 | print "Pass" | 217 | print "Pass" |
218 | sys.exit(0) | 218 | sys.exit(0) |
219 | |||
220 | |||
diff --git a/scripts/selinux/install_policy.sh b/scripts/selinux/install_policy.sh index 7b9ccf61f8f9..f6a0ce71015f 100644 --- a/scripts/selinux/install_policy.sh +++ b/scripts/selinux/install_policy.sh | |||
@@ -66,4 +66,3 @@ if [ "eq$dodev" != "eq" ]; then | |||
66 | $SF file_contexts /dev | 66 | $SF file_contexts /dev |
67 | mount --move /mnt /dev | 67 | mount --move /mnt /dev |
68 | fi | 68 | fi |
69 | |||
diff --git a/scripts/show_delta b/scripts/show_delta index e25732b5d701..5b365009e6a3 100755 --- a/scripts/show_delta +++ b/scripts/show_delta | |||
@@ -126,4 +126,3 @@ def main(): | |||
126 | print (convert_line(line, base_time),) | 126 | print (convert_line(line, base_time),) |
127 | 127 | ||
128 | main() | 128 | main() |
129 | |||