new makefile target for error reporting
[sliver-openvswitch.git] / datapath / datapath.h
index d14a162..064211d 100644 (file)
@@ -29,7 +29,6 @@
 #include "checksum.h"
 #include "compat.h"
 #include "flow.h"
-#include "tunnel.h"
 #include "vlan.h"
 #include "vport.h"
 
@@ -206,6 +205,6 @@ int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb);
 void ovs_dp_notify_wq(struct work_struct *work);
 
 #define OVS_NLERR(fmt, ...) \
-       pr_info_once(fmt "netlink: ", ##__VA_ARGS__)
+       pr_info_once("netlink: " fmt, ##__VA_ARGS__)
 
 #endif /* datapath.h */