microblaze: Don't mark arch_kgdb_ops as const.
authorGraeme Smecher <gsmecher@threespeedlogic.com>
Sat, 8 Jun 2013 16:52:08 +0000 (09:52 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 26 Jun 2013 09:36:55 +0000 (11:36 +0200)
commit218a12f1f41f6fdce18d084e5ddd3c6439db0983
tree6a01df41b06970f69b012b42318da9fc77c7f974
parent9e895ace5d82df8929b16f58e9f515f6d54ab82d
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.

The patch fails checkpatch but it reflects current
functions declaration and solved compilation error.

Signed-off-by: Graeme Smecher <gsmecher@threespeedlogic.com>
CC: Michal Simek <monstr@monstr.eu>
CC: linux-kernel@vger.kernel.org
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/kgdb.c