Prev: [PATCH 3/3] Constify struct platform_hibernation_ops for 2.6.32-git-053fe57ac v2
Next: [PATCH 15/22] Constify struct backlight_ops for 2.6.32-git-053fe57ac v2
From: re.emese on 13 Dec 2009 19:20 From: Emese Revfy <re.emese(a)gmail.com> Signed-off-by: Emese Revfy <re.emese(a)gmail.com> --- arch/mips/kernel/kgdb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/kernel/kgdb.c b/arch/mips/kernel/kgdb.c index 50c9bb8..6d160e3 100644 --- a/arch/mips/kernel/kgdb.c +++ b/arch/mips/kernel/kgdb.c @@ -245,6 +245,7 @@ int kgdb_arch_handle_exception(int vector, int signo, int err_code, return -1; } +/* cannot be const, see kgdb_arch_init */ struct kgdb_arch arch_kgdb_ops; /* -- 1.6.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |