From: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: yuval.shaia@oracle.com, thuth@redhat.com, marcel.apfelbaum@gmail.com
Subject: [Qemu-devel] [PATCH PULL 14/15] hw/pvrdma: remove not needed include
Date: Sun, 19 Aug 2018 23:22:59 +0300 [thread overview]
Message-ID: <20180819202300.10590-15-marcel.apfelbaum@gmail.com> (raw)
In-Reply-To: <20180819202300.10590-1-marcel.apfelbaum@gmail.com>
No need to include linux/types.h, is empty anyway.
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Message-Id: <20180811171534.11917-1-marcel.apfelbaum@gmail.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
---
hw/rdma/vmw/pvrdma_cmd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/rdma/vmw/pvrdma_cmd.c b/hw/rdma/vmw/pvrdma_cmd.c
index b74b0b48d0..4faeb21631 100644
--- a/hw/rdma/vmw/pvrdma_cmd.c
+++ b/hw/rdma/vmw/pvrdma_cmd.c
@@ -16,7 +16,6 @@
#include "qemu/osdep.h"
#include "qemu/error-report.h"
#include "cpu.h"
-#include <linux/types.h>
#include "hw/hw.h"
#include "hw/pci/pci.h"
#include "hw/pci/pci_ids.h"
--
2.17.1
next prev parent reply other threads:[~2018-08-20 12:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-19 20:22 [Qemu-devel] [PATCH PULL 00/15] RDMA queue Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 01/15] hw/rdma: Make distinction between device init and start modes Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 02/15] hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 03/15] hw/rdma: Modify debug macros Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 04/15] hw/pvrdma: Clean CQE before use Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 05/15] hw/pvrdma: Make default pkey 0xFFFF Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 06/15] hw/rdma: Delete useless structure RdmaRmUserMR Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 07/15] hw/rdma: Do not allocate memory for non-dma MR Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 08/15] hw/rdma: Reorder resource cleanup Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 09/15] hw/pvrdma: Cosmetic change - indent right Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 10/15] hw/rdma: Cosmetic change - move to generic function Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 11/15] hw/rdma: Print backend QP number in hex format Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 12/15] hw/rdma: Bugfix - Support non-aligned buffers Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 13/15] hw/rdma: Add reference to pci_dev in backend_dev Marcel Apfelbaum
2018-08-19 20:22 ` Marcel Apfelbaum [this message]
2018-08-19 20:23 ` [Qemu-devel] [PATCH PULL 15/15] config: split PVRDMA from RDMA Marcel Apfelbaum
2018-08-20 16:00 ` [Qemu-devel] [PATCH PULL 00/15] RDMA queue Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180819202300.10590-15-marcel.apfelbaum@gmail.com \
--to=marcel.apfelbaum@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=yuval.shaia@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).