Skip to content

Commit

Permalink
ipv4: include linux/bug.h instead of asm/bug.h
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Fabian Frederick authored and davem330 committed Nov 4, 2014
1 parent 4973404 commit 4c787b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/cipso_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include <net/netlabel.h>
#include <net/cipso_ipv4.h>
#include <linux/atomic.h>
#include <asm/bug.h>
#include <linux/bug.h>
#include <asm/unaligned.h>

/* List of available DOI definitions */
Expand Down

0 comments on commit 4c787b1

Please sign in to comment.