Commit fa0d1dbf authored by Russell King's avatar Russell King

ARM: fix missing bug.h include in arch/arm/kernel/insn.c

arch/arm/kernel/insn.c: In function '__arm_gen_branch_thumb2':
arch/arm/kernel/insn.c:13: error: implicit declaration of function 'WARN_ON_ONCE'
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d9d54540
#include <linux/bug.h>
#include <linux/kernel.h>
#include <asm/opcodes.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment