提交 c4dd0e4c 编写于 作者: N Nicolas Pitre 提交者: Linus Torvalds

[PATCH] extable: remove needless declaration

They aren't used anywhere in that file.
Signed-off-by: NNicolas Pitre <nico@cam.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 0b360adb
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
#include <linux/sort.h> #include <linux/sort.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
extern struct exception_table_entry __start___ex_table[];
extern struct exception_table_entry __stop___ex_table[];
#ifndef ARCH_HAS_SORT_EXTABLE #ifndef ARCH_HAS_SORT_EXTABLE
/* /*
* The exception table needs to be sorted so that the binary * The exception table needs to be sorted so that the binary
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册