projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fcf0b
)
Staging: hv: declare NetVscOnChannelCallback() static
author
Bill Pemberton
<wfp5p@virginia.edu>
Tue, 27 Apr 2010 20:23:48 +0000
(16:23 -0400)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/hv/NetVsc.c
b/drivers/staging/hv/NetVsc.c
index a48e6376ce2181e35c949c3038c4a24819aacf1d..27516d40b6edaf9b8c5c082afb23da5669b68963 100644
(file)
--- 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;