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
|
||||
|
||||
#include "qemu/range.h"
|
||||
|
||||
#ifndef VMW_SHPRN
|
||||
#define VMW_SHPRN(fmt, ...) do {} while (0)
|
||||
#endif
|
||||
#include "vmxnet_debug.h"
|
||||
|
||||
/*
|
||||
* Shared memory access functions with byte swap support
|
||||
|
Loading…
Reference in New Issue
Block a user