X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-linux.c;h=f7d9cd3bff09735db7e88dd145e306c1c1f69cc9;hb=3d92fe960c9ad10fab3978623e4f77045340c36b;hp=09a461296c550d6d2310ee6df61250b68251330b;hpb=17ee3c1ffddb06a93c20617eda5d60b474c22dbe;p=openvswitch diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index 09a46129..f7d9cd3b 100644 --- a/lib/netdev-linux.c +++ b/lib/netdev-linux.c @@ -53,7 +53,6 @@ #include "netlink.h" #include "ofpbuf.h" #include "openflow/openflow.h" -#include "openvswitch/gre.h" #include "packets.h" #include "poll-loop.h" #include "port-array.h" @@ -61,9 +60,9 @@ #include "socket-util.h" #include "shash.h" #include "svec.h" - -#define THIS_MODULE VLM_netdev_linux #include "vlog.h" + +VLOG_DEFINE_THIS_MODULE(netdev_linux) /* These were introduced in Linux 2.6.14, so they might be missing if we have * old headers. */