diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-11-04 20:13:50 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-04 15:09:20 -0500 |
commit | 4c787b162607fa4ee9da021a8683d13dd5c7cb9f (patch) | |
tree | b6d6149202a37e03ad03d08e0e6385e28d9af3cc /net/ipv4/cipso_ipv4.c | |
parent | 4973404f81b5474748d39ff6f6beb6b1bc5e76f3 (diff) | |
download | linux-4c787b162607fa4ee9da021a8683d13dd5c7cb9f.tar.bz2 |
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/ipv4/cipso_ipv4.c')
-rw-r--r-- | net/ipv4/cipso_ipv4.c | 2 |
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 @@ #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 */ |