]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
netvsc: don't pass void * to internal device_add
authorstephen hemminger <stephen@networkplumber.org>
Tue, 24 Jan 2017 21:06:09 +0000 (13:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 21:29:00 +0000 (16:29 -0500)
commit2c7f83ca713fa0ac5c4698e4134b09a355f60263
treef6b7c6698207781d7c4a061f66292394eaef6c1f
parentdc54a08cd3620e6457382c0cd0c8f03513dd749a
netvsc: don't pass void * to internal device_add

All the caller's/callee's know that the format of the device_add
parameter is a netvsc_device_info struct.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/hyperv_net.h
drivers/net/hyperv/netvsc.c
drivers/net/hyperv/rndis_filter.c