Commit 72e80cb7 authored by Haiyang Zhang's avatar Haiyang Zhang Committed by Greg Kroah-Hartman
Browse files

staging: hv: clean up unused forward declarations

parent b637e023
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -45,18 +45,6 @@ static const struct hv_guid netvsc_device_type = {
	}
};

static int netvsc_init_send_buf(struct hv_device *device);

static int netvsc_init_recv_buf(struct hv_device *device);

static int netvsc_connect_vsp(struct hv_device *device);

static void netvsc_send_completion(struct hv_device *device,
				   struct vmpacket_descriptor *packet);

static void netvsc_receive(struct hv_device *device,
			    struct vmpacket_descriptor *packet);


static struct netvsc_device *alloc_net_device(struct hv_device *device)
{