summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2010-04-27 16:23:48 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:38 -0700
commit81b571b77134aed29b9725f161dec6a37b48db68 (patch)
treea4feccd23718cf64d88afe90d53fc1757c9c979a /drivers
parentc6fcf0baa6367fecd3e025253700b64ccff8c1eb (diff)
Staging: hv: declare NetVscOnChannelCallback() static
NetVscOnChannelCallback() was prototyped as static, but the actual declartion of the function was not static. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/hv/NetVsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/NetVsc.c b/drivers/staging/hv/NetVsc.c
index a48e6376ce2..27516d40b6e 100644
--- a/drivers/staging/hv/NetVsc.c
+++ b/drivers/staging/hv/NetVsc.c
@@ -1286,7 +1286,7 @@ static void NetVscOnReceiveCompletion(void *Context)
DPRINT_EXIT(NETVSC);
}
-void NetVscOnChannelCallback(void *Context)
+static void NetVscOnChannelCallback(void *Context)
{
int ret;
struct hv_device *device = Context;