diff options
author | KY Srinivasan <kys@microsoft.com> | 2014-02-17 01:38:43 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-17 22:32:31 +0100 |
commit | 86eedacc63074dbf304ce9c8b261bef9503c796d (patch) | |
tree | a88baf2f49ad8056d62c1408dca7b766ef954d5c /drivers/net/hyperv/hyperv_net.h | |
parent | net:cpsw: Pass unhandled ioctl's on to generic phy ioctl (diff) | |
download | linux-86eedacc63074dbf304ce9c8b261bef9503c796d.tar.xz linux-86eedacc63074dbf304ce9c8b261bef9503c796d.zip |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index 7b594ce3f21d..7645ba38bde8 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, */ |