summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorKY Srinivasan <kys@microsoft.com>2014-02-16 16:38:43 -0800
committerDavid S. Miller <davem@davemloft.net>2014-02-17 16:32:31 -0500
commit86eedacc63074dbf304ce9c8b261bef9503c796d (patch)
treea88baf2f49ad8056d62c1408dca7b766ef954d5c /drivers/net/hyperv/hyperv_net.h
parentc1b5994770ad5ae03336b5cdd1e0ad622a870a00 (diff)
downloadop-kernel-dev-86eedacc63074dbf304ce9c8b261bef9503c796d.zip
op-kernel-dev-86eedacc63074dbf304ce9c8b261bef9503c796d.tar.gz
Drivers: net: hyperv: Get rid of the rndis_filter_packet structure
This structure is redundant; get rid of it make the code little more efficient - get rid of the unnecessary indirection. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index 7b594ce..7645ba3 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -846,12 +846,6 @@ struct rndis_message {
};
-struct rndis_filter_packet {
- void *completion_ctx;
- void (*completion)(void *context);
- struct rndis_message msg;
-};
-
/* Handy macros */
/* get the size of an RNDIS message. Pass in the message type, */
OpenPOWER on IntegriCloud