aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/NetVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-29 09:04:51 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:01:52 -0700
commitbd1de709165a4f59878d4a272370fa228aa753f7 (patch)
treee4e112734f4632962790284721548c874bae0820 /drivers/staging/hv/NetVsc.c
parent0b3f683488aaf5f501dfa9758054a23b1b625e4f (diff)
Staging: hv: fix sparse static warnings
This fixes up all of the sparse warnings about static functions. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/NetVsc.c')
-rw-r--r--drivers/staging/hv/NetVsc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/NetVsc.c b/drivers/staging/hv/NetVsc.c
index b24a87065a2..9445e36423b 100644
--- a/drivers/staging/hv/NetVsc.c
+++ b/drivers/staging/hv/NetVsc.c
@@ -792,7 +792,7 @@ Description:
Callback when the device belonging to this driver is added
--*/
-int
+static int
NetVscOnDeviceAdd(
struct hv_device *Device,
void *AdditionalInfo
@@ -909,7 +909,7 @@ Description:
Callback when the root bus device is removed
--*/
-int
+static int
NetVscOnDeviceRemove(
struct hv_device *Device
)
@@ -981,7 +981,7 @@ Description:
Perform any cleanup when the driver is removed
--*/
-void
+static void
NetVscOnCleanup(
struct hv_driver *drv
)