From: Graeme Smecher Date: Sat, 8 Jun 2013 16:52:08 +0000 (-0700) Subject: microblaze: Don't mark arch_kgdb_ops as const. X-Git-Tag: v3.11-rc1~58^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218a12f1f41f6fdce18d084e5ddd3c6439db0983;p=pandora-kernel.git 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 CC: Michal Simek CC: linux-kernel@vger.kernel.org Signed-off-by: Michal Simek --- Reading git-diff-tree failed