From: K. Y. Srinivasan Date: Fri, 12 Oct 2012 20:22:41 +0000 (-0700) Subject: Drivers: hv: Get rid of unnecessary forward declarations X-Git-Tag: v3.8-rc1~95^2~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b5c8b6396bc008fc23ade51a260594d59db4749;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Drivers: hv: Get rid of unnecessary forward declarations Get rid of unnecessary forward declarations. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Reported-by: Jason Wang Acked-by: Jason Wang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c index 4065374..1bb1a80 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -33,14 +33,6 @@ #define NUM_PAGES_SPANNED(addr, len) \ ((PAGE_ALIGN(addr + len) >> PAGE_SHIFT) - (addr >> PAGE_SHIFT)) -/* Internal routines */ -static int create_gpadl_header( - void *kbuffer, /* must be phys and virt contiguous */ - u32 size, /* page-size multiple */ - struct vmbus_channel_msginfo **msginfo, - u32 *messagecount); -static void vmbus_setevent(struct vmbus_channel *channel); - /* * vmbus_setevent- Trigger an event notification on the specified * channel.