Create a common header file for network driver. Signed-off-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx> Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> Signed-off-by: Abhishek Kane <v-abkane@xxxxxxxxxxxxx> Signed-off-by: Hank Janssen <hjanssen@xxxxxxxxxxxxx> --- drivers/staging/hv/hyperv_net.h | 28 ++++++++++++++++++++++++++++ drivers/staging/hv/netvsc.c | 1 + drivers/staging/hv/netvsc_drv.c | 1 + drivers/staging/hv/rndis_filter.c | 1 + 4 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/hv/hyperv_net.h diff --git a/drivers/staging/hv/hyperv_net.h b/drivers/staging/hv/hyperv_net.h new file mode 100644 index 0000000..9eb5c86 --- /dev/null +++ b/drivers/staging/hv/hyperv_net.h @@ -0,0 +1,28 @@ +/* + * + * Copyright (c) 2011, Microsoft Corporation. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place - Suite 330, Boston, MA 02111-1307 USA. + * + * Authors: + * Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> + * Hank Janssen <hjanssen@xxxxxxxxxxxxx> + * K. Y. Srinivasan <kys@xxxxxxxxxxxxx> + * + */ + +#ifndef _HYPERV_NET_H +#define _HYPERV_NET_H + +#endif /* _HYPERV_NET_H */ diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index c665d88..76aa59e 100644 --- a/drivers/staging/hv/netvsc.c +++ b/drivers/staging/hv/netvsc.c @@ -29,6 +29,7 @@ #include <linux/slab.h> #include "hyperv.h" +#include "hyperv_net.h" #include "netvsc.h" #include "rndis_filter.h" diff --git a/drivers/staging/hv/netvsc_drv.c b/drivers/staging/hv/netvsc_drv.c index 4e29952..06fc9d1 100644 --- a/drivers/staging/hv/netvsc_drv.c +++ b/drivers/staging/hv/netvsc_drv.c @@ -40,6 +40,7 @@ #include <net/pkt_sched.h> #include "hyperv.h" +#include "hyperv_net.h" #include "netvsc_api.h" struct net_device_context { diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rndis_filter.c index 21818e2..74bd4b1 100644 --- a/drivers/staging/hv/rndis_filter.c +++ b/drivers/staging/hv/rndis_filter.c @@ -28,6 +28,7 @@ #include <linux/netdevice.h> #include "hyperv.h" +#include "hyperv_net.h" #include "netvsc_api.h" #include "rndis_filter.h" -- 1.7.4.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel