summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-11-04 14:13:50 -0500
committerDavid S. Miller <davem@davemloft.net>2014-11-04 15:09:20 -0500
commit4c787b162607fa4ee9da021a8683d13dd5c7cb9f (patch)
treeb6d6149202a37e03ad03d08e0e6385e28d9af3cc /net
parent4973404f81b5474748d39ff6f6beb6b1bc5e76f3 (diff)
ipv4: include linux/bug.h instead of asm/bug.h
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/cipso_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/cipso_ipv4.c b/net/ipv4/cipso_ipv4.c
index e24df5a23446..253a61b4e69e 100644
--- a/net/ipv4/cipso_ipv4.c
+++ b/net/ipv4/cipso_ipv4.c
@@ -50,7 +50,7 @@
50#include <net/netlabel.h> 50#include <net/netlabel.h>
51#include <net/cipso_ipv4.h> 51#include <net/cipso_ipv4.h>
52#include <linux/atomic.h> 52#include <linux/atomic.h>
53#include <asm/bug.h> 53#include <linux/bug.h>
54#include <asm/unaligned.h> 54#include <asm/unaligned.h>
55 55
56/* List of available DOI definitions */ 56/* List of available DOI definitions */