Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d0d8f2a authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent a8372b5c
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -83,9 +83,6 @@ struct exception_table_entry {
	unsigned long insn, fixup;
	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
 * These are the main single-value transfer routines.  They automatically
 * use the right size if we just have the right pointer type.
 * use the right size if we just have the right pointer type.