diff options
Diffstat (limited to 'arch/xtensa/include/asm/setup.h')
-rw-r--r-- | arch/xtensa/include/asm/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/setup.h b/arch/xtensa/include/asm/setup.h index e3636520d8cc..9fa8ad979361 100644 --- a/arch/xtensa/include/asm/setup.h +++ b/arch/xtensa/include/asm/setup.h | |||
@@ -13,4 +13,6 @@ | |||
13 | 13 | ||
14 | #define COMMAND_LINE_SIZE 256 | 14 | #define COMMAND_LINE_SIZE 256 |
15 | 15 | ||
16 | extern void set_except_vector(int n, void *addr); | ||
17 | |||
16 | #endif | 18 | #endif |