staging: hv: clean up unused forward declarations

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Haiyang Zhang 2011-04-21 12:30:46 -07:00 committed by Greg Kroah-Hartman
parent b637e02348
commit 72e80cb793
1 changed files with 0 additions and 12 deletions

View File

@ -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)
{