diff options
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
| -rw-r--r-- | drivers/net/hyperv/hyperv_net.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index e1a497d3c9ba..59ac04a610ad 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -229,7 +229,7 @@ int netvsc_send(struct net_device *net,  		bool xdp_tx);  void netvsc_linkstatus_callback(struct net_device *net,  				struct rndis_message *resp, -				void *data); +				void *data, u32 data_buflen);  int netvsc_recv_callback(struct net_device *net,  			 struct netvsc_device *nvdev,  			 struct netvsc_channel *nvchan);  |