Skip to content

Commit

Permalink
[PATCH] extable: remove needless declaration
Browse files Browse the repository at this point in the history
They aren't used anywhere in that file.

Signed-off-by: Nicolas Pitre <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Nicolas Pitre authored and Linus Torvalds committed Oct 31, 2005
1 parent 0b360ad commit c4dd0e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/extable.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
#include <linux/sort.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
/*
* The exception table needs to be sorted so that the binary
Expand Down

0 comments on commit c4dd0e4

Please sign in to comment.