diff options
author | Klaus Jensen <k.jensen@samsung.com> | 2021-04-14 19:10:01 +0200 |
---|---|---|
committer | Klaus Jensen <k.jensen@samsung.com> | 2021-05-17 09:15:13 +0200 |
commit | d88e784f349591786ea673e55fc0c87383f2430c (patch) | |
tree | ffdcfc2ff64bb684d6799166196da98a3f78e4f8 /hw/block/nvme.c | |
parent | 42821d28648ff9fc456786192f944ce233aea0d3 (diff) |
hw/block/nvme: consolidate header files
In preparation for moving the nvme device into its own subtree, merge
the header files into one.
Also add missing copyright notice and add list of authors with
substantial contributions.
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'hw/block/nvme.c')
-rw-r--r-- | hw/block/nvme.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/block/nvme.c b/hw/block/nvme.c index f0cfca8698..29f80d5439 100644 --- a/hw/block/nvme.c +++ b/hw/block/nvme.c @@ -162,8 +162,6 @@ #include "qemu/cutils.h" #include "trace.h" #include "nvme.h" -#include "nvme-ns.h" -#include "nvme-dif.h" #define NVME_MAX_IOQPAIRS 0xffff #define NVME_DB_SIZE 4 |