]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: hv: declare NetVscOnChannelCallback() static
authorBill Pemberton <wfp5p@virginia.edu>
Tue, 27 Apr 2010 20:23:48 +0000 (16:23 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:38 +0000 (11:35 -0700)
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>
drivers/staging/hv/NetVsc.c

index a48e6376ce2181e35c949c3038c4a24819aacf1d..27516d40b6edaf9b8c5c082afb23da5669b68963 100644 (file)
@@ -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;