net/vmxnet3: remove redundant VMW_SHPRN(...) definition
authorMiao Yan <yanmiaobest@gmail.com>
Tue, 8 Dec 2015 05:28:33 +0000 (21:28 -0800)
committerJason Wang <jasowang@redhat.com>
Mon, 11 Jan 2016 03:01:34 +0000 (11:01 +0800)
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>
hw/net/vmware_utils.h

index 1099df6..c2c2f90 100644 (file)
 #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