mirror of https://github.com/xqemu/xqemu.git
net/vmxnet3: remove redundant VMW_SHPRN(...) definition
Macro VMW_SHPRN(...) is already defined vmxnet3_debug.h, so remove the duplication Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Dmitry Fleytman <dmitry@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
71c2f5b9b3
commit
dd3c168471
|
@ -18,10 +18,7 @@
|
||||||
#define VMWARE_UTILS_H
|
#define VMWARE_UTILS_H
|
||||||
|
|
||||||
#include "qemu/range.h"
|
#include "qemu/range.h"
|
||||||
|
#include "vmxnet_debug.h"
|
||||||
#ifndef VMW_SHPRN
|
|
||||||
#define VMW_SHPRN(fmt, ...) do {} while (0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Shared memory access functions with byte swap support
|
* Shared memory access functions with byte swap support
|
||||||
|
|
Loading…
Reference in New Issue