[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1370710328-15011-1-git-send-email-gsmecher@threespeedlogic.com>
Date: Sat, 8 Jun 2013 09:52:08 -0700
From: Graeme Smecher <gsmecher@...eespeedlogic.com>
To: linux-kernel@...r.kernel.org
Cc: Graeme Smecher <gsmecher@...eespeedlogic.com>,
Michal Simek <monstr@...str.eu>
Subject: [PATCH] microblaze: Don't mark arch_kgdb_ops as const.
Other architectures don't do it, and it conflicts with the extern'd definition
in include/linux/kgdb.h.
Signed-off-by: Graeme Smecher <gsmecher@...eespeedlogic.com>
CC: Michal Simek <monstr@...str.eu>
CC: linux-kernel@...r.kernel.org
---
arch/microblaze/kernel/kgdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/microblaze/kernel/kgdb.c b/arch/microblaze/kernel/kgdb.c
index 8adc9244..09a5e82 100644
--- a/arch/microblaze/kernel/kgdb.c
+++ b/arch/microblaze/kernel/kgdb.c
@@ -141,7 +141,7 @@ void kgdb_arch_exit(void)
/*
* Global data
*/
-const struct kgdb_arch arch_kgdb_ops = {
+struct kgdb_arch arch_kgdb_ops = {
#ifdef __MICROBLAZEEL__
.gdb_bpt_instr = {0x18, 0x00, 0x0c, 0xba}, /* brki r16, 0x18 */
#else
--
1.7.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists