aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-08-12 07:23:35 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-08-16 13:31:51 +0200
commitcbcbba980518bfb41f2725545f187da8171d0b65 (patch)
tree12a06dec0456f76c714621c8ecbe9b67bdb335b7
parent1b53ecd909bc59bb5f54892a5cbb8721a3467ede (diff)
downloadqemu-cbcbba980518bfb41f2725545f187da8171d0b65.zip
qemu-cbcbba980518bfb41f2725545f187da8171d0b65.tar.gz
qemu-cbcbba980518bfb41f2725545f187da8171d0b65.tar.bz2
queue: Drop superfluous #include qemu/atomic.h
When commit 5f7d05ecfda added QLIST_INSERT_HEAD_RCU() to qemu/queue.h, it had to include qemu/atomic.h. Commit 341774fe6cc removed QLIST_INSERT_HEAD_RCU() again, but neglected to remove the #include. Do that now. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20190812052359.30071-6-armbru@redhat.com>
-rw-r--r--include/qemu/queue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/queue.h b/include/qemu/queue.h
index 0379bd8..73bf4a9 100644
--- a/include/qemu/queue.h
+++ b/include/qemu/queue.h
@@ -78,8 +78,6 @@
* For details on the use of these macros, see the queue(3) manual page.
*/
-#include "qemu/atomic.h" /* for smp_wmb() */
-
/*
* List definitions.
*/