Skip to content

Commit

Permalink
staging: hv: clean up unused forward declarations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent b637e02 commit 72e80cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 72e80cb

Please sign in to comment.