X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport-netdev.c;h=363651bd9ae305e215bdcecaa0c0cbba092fb473;hb=3517d8bf8053d20d90d471d6f462fea5cd39bca0;hp=d492d19b7d6497f95f804f0d7afa0c6d0034d12c;hpb=e33adfd0cea19a8a4dab5cdbe80e2fd636e48374;p=openvswitch diff --git a/datapath/vport-netdev.c b/datapath/vport-netdev.c index d492d19b..363651bd 100644 --- a/datapath/vport-netdev.c +++ b/datapath/vport-netdev.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Nicira Networks. + * Copyright (c) 2010, 2011 Nicira Networks. * Distributed under the terms of the GNU GPL version 2. * * Significant portions of this file may be copied from parts of the Linux @@ -21,8 +21,6 @@ #include "vport-internal_dev.h" #include "vport-netdev.h" -#include "compat.h" - /* If the native device stats aren't 64 bit use the vport stats tracking instead. */ #define USE_VPORT_STATS (sizeof(((struct net_device_stats *)0)->rx_bytes) < sizeof(u64))