Skip to content

Commit

Permalink
ARM: fix missing bug.h include in arch/arm/kernel/insn.c
Browse files Browse the repository at this point in the history
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: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Mar 30, 2012
1 parent d9d5454 commit fa0d1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/kernel/insn.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <linux/bug.h>
#include <linux/kernel.h>
#include <asm/opcodes.h>

Expand Down

0 comments on commit fa0d1db

Please sign in to comment.