Commit 6fa573a3 authored by Pujin Shi's avatar Pujin Shi Committed by Thomas Bogendoerfer
Browse files

MIPS: kernel: include probes-common.h header in branch.c



arch/mips/kernel/branch.c:876:5: error: no previous prototype for '__insn_is_compact_branch' [-Werror=missing-prototypes]

Signed-off-by: default avatarPujin Shi <shipujin.t@gmail.com>
Signed-off-by: default avatarPujin Shi <shipj@lemote.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent d976ae6b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
#include <asm/ptrace.h>
#include <linux/uaccess.h>

#include "probes-common.h"

/*
 * Calculate and return exception PC in case of branch delay slot
 * for microMIPS and MIPS16e. It does not clear the ISA mode bit.