From 6f0ed3f08c86077f96a1cef71255bd8e7a2e1a90 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Fri, 12 Oct 2012 13:22:41 -0700 Subject: [PATCH] --- yaml --- r: 336945 b: refs/heads/master c: 8b5c8b6396bc008fc23ade51a260594d59db4749 h: refs/heads/master i: 336943: 8408e727a0a103d46772bec4fec84441ed1c61db v: v3 --- [refs] | 2 +- trunk/drivers/hv/channel.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 1d68c3f1e672..2626d703db63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b533a83008c3fb4983c1213276790cacd39b518f +refs/heads/master: 8b5c8b6396bc008fc23ade51a260594d59db4749 diff --git a/trunk/drivers/hv/channel.c b/trunk/drivers/hv/channel.c index 406537420fff..1bb1a801a90d 100644 --- a/trunk/drivers/hv/channel.c +++ b/trunk/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.