]> Git Repo - qemu.git/commitdiff
net/vmxnet3: remove redundant VMW_SHPRN(...) definition
authorMiao Yan <[email protected]>
Tue, 8 Dec 2015 05:28:33 +0000 (21:28 -0800)
committerJason Wang <[email protected]>
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Dmitry Fleytman <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
hw/net/vmware_utils.h

index 1099df669dae389b64461751d74b0990fc05ba48..c2c2f900faf322ea7f42611d68d1052c61fe8189 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
This page took 0.027226 seconds and 4 git commands to generate.