aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-09-07 19:46:50 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-07 19:46:50 -0700
commit1ff5e37e727be2f575d1a672a1bc4c2595b4752e (patch)
tree7a64165d7ca0f1dc813d98efcbe4898e28a8cdc1 /scripts
parentlockref: add ability to mark lockrefs "dead" (diff)
parentkbuild: Do not overwrite include/config/kernel.release needlessly (diff)
downloadlinux-dev-1ff5e37e727be2f575d1a672a1bc4c2595b4752e.tar.xz
linux-dev-1ff5e37e727be2f575d1a672a1bc4c2595b4752e.zip
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild update from Michal Marek: "Only these two commits are in the kbuild branch this time: - Using filechk for include/config/kernel.release - Cleanup in scripts/sortextable.c" * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: kbuild: Do not overwrite include/config/kernel.release needlessly scripts: remove unused function in sortextable.c
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sortextable.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c
index f9ce1160419b..7c2310c5b996 100644
--- a/scripts/sortextable.c
+++ b/scripts/sortextable.c
@@ -64,14 +64,6 @@ fail_file(void)
longjmp(jmpenv, SJ_FAIL);
}
-static void __attribute__((noreturn))
-succeed_file(void)
-{
- cleanup();
- longjmp(jmpenv, SJ_SUCCEED);
-}
-
-
/*
* Get the whole file as a programming convenience in order to avoid
* malloc+lseek+read+free of many pieces. If successful, then mmap