From: Haiyang Zhang Date: Thu, 21 Apr 2011 19:30:46 +0000 (-0700) Subject: staging: hv: clean up unused forward declarations X-Git-Tag: v3.0-rc1~336^2~769 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72e80cb793ce009fd8005a394134c2f63469b118;p=platform%2Fupstream%2Fkernel-adaptation-pc.git staging: hv: clean up unused forward declarations Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index 1c3bdda..5838ed4 100644 --- a/drivers/staging/hv/netvsc.c +++ b/drivers/staging/hv/netvsc.c @@ -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) {