sections: fix section conflicts in arch/h8300
[akpm@linux-foundation.org: checkpatch fixes] Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <asm/regs267x.h>
|
||||
|
||||
/* saved vector list */
|
||||
const int __initdata h8300_saved_vectors[]={
|
||||
const int __initconst h8300_saved_vectors[] = {
|
||||
#if defined(CONFIG_GDB_DEBUG)
|
||||
TRACE_VEC,
|
||||
TRAP3_VEC,
|
||||
@@ -27,7 +27,7 @@ const int __initdata h8300_saved_vectors[]={
|
||||
};
|
||||
|
||||
/* trap entry table */
|
||||
const H8300_VECTOR __initdata h8300_trap_table[] = {
|
||||
const H8300_VECTOR __initconst h8300_trap_table[] = {
|
||||
0,0,0,0,0,
|
||||
trace_break, /* TRACE */
|
||||
0,0,
|
||||
|
Reference in New Issue
Block a user