summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/rndis_filter.c
diff options
context:
space:
mode:
authorK. Y. Srinivasan2011-05-13 04:34:15 +0200
committerGreg Kroah-Hartman2011-05-17 20:46:12 +0200
commit3f335ea2131b14bca2333b4316c8d4dd737e30db (patch)
treea88b481c548ac60e37917dba2497ac0f31803fed /drivers/staging/hv/rndis_filter.c
parentStaging: hv: Create a common header for all hyperv drivers to include (diff)
downloadkernel-qcow2-linux-3f335ea2131b14bca2333b4316c8d4dd737e30db.tar.gz
kernel-qcow2-linux-3f335ea2131b14bca2333b4316c8d4dd737e30db.tar.xz
kernel-qcow2-linux-3f335ea2131b14bca2333b4316c8d4dd737e30db.zip
Staging: hv: Include the newly created header file in all of the relevant hyperv files
Include the newly created header file in all of the relevant hyperv files. 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>
Diffstat (limited to 'drivers/staging/hv/rndis_filter.c')
-rw-r--r--drivers/staging/hv/rndis_filter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rndis_filter.c
index 20378365b108..5eff454bf585 100644
--- a/drivers/staging/hv/rndis_filter.c
+++ b/drivers/staging/hv/rndis_filter.c
@@ -26,6 +26,8 @@
#include <linux/io.h>
#include <linux/if_ether.h>
#include <linux/netdevice.h>
+
+#include "hyperv.h"
#include "logging.h"
#include "hv_api.h"
#include "netvsc_api.h"