projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079a883
)
xtensa: drop set_except_vector declaration
author
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 15 Dec 2019 10:55:58 +0000
(
02:55
-0800)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Fri, 31 Jan 2020 20:17:16 +0000
(12:17 -0800)
There's no implementation for set_except_vector function in the xtensa
code. Drop its declaration.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/uapi/asm/setup.h
patch
|
blob
|
history
diff --git
a/arch/xtensa/include/uapi/asm/setup.h
b/arch/xtensa/include/uapi/asm/setup.h
index 57e6c210e84f524ed46677c91c30087095f27d68..5356a5fd4d17370f5ef45d85882e1383e232599c 100644
(file)
--- a/
arch/xtensa/include/uapi/asm/setup.h
+++ b/
arch/xtensa/include/uapi/asm/setup.h
@@
-14,6
+14,4
@@
#define COMMAND_LINE_SIZE 256
-extern void set_except_vector(int n, void *addr);
-
#endif