[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201209084205.24062-2-peng.fan@oss.nxp.com>
Date: Wed, 9 Dec 2020 16:42:03 +0800
From: "Peng Fan (OSS)" <peng.fan@....nxp.com>
To: mst@...hat.com, jasowang@...hat.com,
virtualization@...ts.linux-foundation.org, catalin.marinas@....com,
will@...nel.org, maz@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-imx@....com,
van.freenix@...il.com, Peng Fan <peng.fan@....com>
Subject: [PATCH 1/3] tools/virtio: include asm/bug.h
From: Peng Fan <peng.fan@....com>
WARN_ON is used in drivers/vhost/vringh.c, to avoid build failure,
need include asm/bug.h
Signed-off-by: Peng Fan <peng.fan@....com>
---
tools/virtio/linux/bug.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/virtio/linux/bug.h b/tools/virtio/linux/bug.h
index b14c2c3b6b85..813baf13f62a 100644
--- a/tools/virtio/linux/bug.h
+++ b/tools/virtio/linux/bug.h
@@ -2,6 +2,8 @@
#ifndef BUG_H
#define BUG_H
+#include <asm/bug.h>
+
#define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond))
#define BUILD_BUG_ON(x)
--
2.28.0
Powered by blists - more mailing lists