Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5160d45d authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: branch: Make inclusion of <asm/branch.h> safe.



It was relying on other headers having been included before.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e7e9cae5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
#ifndef _ASM_BRANCH_H
#define _ASM_BRANCH_H

#include <asm/cpu-features.h>
#include <asm/mipsregs.h>
#include <asm/ptrace.h>
#include <asm/inst.h>