Skip to content

Commit

Permalink
Staging: hv: netvsc: Cleanup hyperv_net.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 299d092 commit 8a07941
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/staging/hv/hyperv_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#ifndef _HYPERV_NET_H
#define _HYPERV_NET_H

#include <linux/list.h>
#include "hyperv.h"

/* Fwd declaration */
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 8a07941

Please sign in to comment.