Gitweb: http://git.kernel.org/linus/8d0d8f2a3a57479b695a59ed2f67236f1488b90d Commit: 8d0d8f2a3a57479b695a59ed2f67236f1488b90d Parent: a8372b5ca618d4ea41b3c7ac3cef8dd6efa68bc6 Author: Mike Frysinger <vapier@gentoo.org> AuthorDate: Thu Jun 4 19:11:31 2009 +0000 Committer: Mike Frysinger <vapier@gentoo.org> CommitDate: Fri Jun 12 06:12:03 2009 -0400 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> --- 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 97729be..01f42b0 100644 --- a/arch/blackfin/include/asm/uaccess.h +++ b/arch/blackfin/include/asm/uaccess.h @@ -83,9 +83,6 @@ struct exception_table_entry { unsigned long insn, fixup; }; -/* Returns 0 if exception not found and fixup otherwise. */ -extern unsigned long search_exception_table(unsigned long); - /* * These are the main single-value transfer routines. They automatically * use the right size if we just have the right pointer type. -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
