2014-11-04 19:13:57

by Fabian Frédérick

[permalink] [raw]
Subject: [PATCH 1/1 net-next] ipv4: include linux/bug.h instead of asm/bug.h

Signed-off-by: Fabian Frederick <[email protected]>
---
net/ipv4/cipso_ipv4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/cipso_ipv4.c b/net/ipv4/cipso_ipv4.c
index 4715f25..a7cc798 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 */
--
1.9.3


2014-11-04 20:10:31

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 1/1 net-next] ipv4: include linux/bug.h instead of asm/bug.h

From: Fabian Frederick <[email protected]>
Date: Tue, 4 Nov 2014 20:13:50 +0100

> Signed-off-by: Fabian Frederick <[email protected]>

Applied.