]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit81b571b77134aed29b9725f161dec6a37b48db68
treea4feccd23718cf64d88afe90d53fc1757c9c979a
parentc6fcf0baa6367fecd3e025253700b64ccff8c1eb
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>
drivers/staging/hv/NetVsc.c