diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-06-04 15:11:31 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 06:12:03 -0400 |
| commit | 8d0d8f2a3a57479b695a59ed2f67236f1488b90d (patch) | |
| tree | 5266e65e9e71cfc960af00d699c317d4387b2ed8 | |
| parent | a8372b5ca618d4ea41b3c7ac3cef8dd6efa68bc6 (diff) | |
Blackfin: punt duplicated search_exception_table() prototype
The common code already has a prototype for this function and we don't use
it anywhere in the Blackfin code, so punt it from the Blackfin headers.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | arch/blackfin/include/asm/uaccess.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/include/asm/uaccess.h b/arch/blackfin/include/asm/uaccess.h index 97729be98948..01f42b02e26c 100644 --- a/arch/blackfin/include/asm/uaccess.h +++ b/arch/blackfin/include/asm/uaccess.h | |||
| @@ -83,9 +83,6 @@ struct exception_table_entry { | |||
| 83 | unsigned long insn, fixup; | 83 | unsigned long insn, fixup; |
| 84 | }; | 84 | }; |
| 85 | 85 | ||
| 86 | /* Returns 0 if exception not found and fixup otherwise. */ | ||
| 87 | extern unsigned long search_exception_table(unsigned long); | ||
| 88 | |||
| 89 | /* | 86 | /* |
| 90 | * These are the main single-value transfer routines. They automatically | 87 | * These are the main single-value transfer routines. They automatically |
| 91 | * use the right size if we just have the right pointer type. | 88 | * use the right size if we just have the right pointer type. |
