]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/mips/basler/excite/excite_dbg_io.c
[MIPS] Complete fixes after removal of pt_regs argument to int handlers.
[mirror_ubuntu-zesty-kernel.git] / arch / mips / basler / excite / excite_dbg_io.c
index c04505afa47f1894dc84481f9d440a038f8913e8..d289e3a868cfad3696d05b97e58fa2c7794507df 100644 (file)
@@ -112,7 +112,7 @@ int putDebugChar(int data)
 }
 
 /* KGDB interrupt handler */
-asmlinkage void excite_kgdb_inthdl(struct pt_regs *regs)
+asmlinkage void excite_kgdb_inthdl(void)
 {
        if (unlikely(
                ((titan_readl(UAIIR) & 0x7) == 4)