Skip to content

Commit

Permalink
xtensa: drop set_except_vector declaration
Browse files Browse the repository at this point in the history
There's no implementation for set_except_vector function in the xtensa
code. Drop its declaration.

Signed-off-by: Max Filippov <[email protected]>
  • Loading branch information
jcmvbkbc committed Jan 31, 2020
1 parent 079a883 commit 7da04e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/xtensa/include/uapi/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@

#define COMMAND_LINE_SIZE 256

extern void set_except_vector(int n, void *addr);

#endif

0 comments on commit 7da04e4

Please sign in to comment.