Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xtensa: drop set_except_vector declaration

There's no implementation for set_except_vector function in the xtensa
code. Drop its declaration.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

-2
-2
arch/xtensa/include/uapi/asm/setup.h
··· 14 14 15 15 #define COMMAND_LINE_SIZE 256 16 16 17 - extern void set_except_vector(int n, void *addr); 18 - 19 17 #endif