mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
c6fcf0baa6
commit
81b571b771
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user