Staging: hv: netvsc: Cleanup hyperv_net.h

Cleanup hyperv_net.h.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
K. Y. Srinivasan 2011-05-12 19:34:42 -07:00 committed by Greg Kroah-Hartman
parent 299d0925e2
commit 8a0794117b
1 changed files with 1 additions and 3 deletions

View File

@ -25,6 +25,7 @@
#ifndef _HYPERV_NET_H #ifndef _HYPERV_NET_H
#define _HYPERV_NET_H #define _HYPERV_NET_H
#include <linux/list.h>
#include "hyperv.h" #include "hyperv.h"
/* Fwd declaration */ /* Fwd declaration */
@ -127,9 +128,6 @@ int rndis_filter_device_remove(struct hv_device *dev);
#include <linux/list.h>
#include "hyperv.h"
#define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF) #define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF)