summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Vmbus.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-18 00:23:00 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:55 (GMT)
commitf346fdc27384c2dd0f1ffcccb5f701aaf4af75d2 (patch)
tree8773585ead8a69a283e330b6b028717dcebd06a6 /drivers/staging/hv/Vmbus.c
parentb239549ca6ce78ac46d0c59ac6a5179c46256876 (diff)
downloadlinux-fsl-qoriq-f346fdc27384c2dd0f1ffcccb5f701aaf4af75d2.tar.xz
Staging: hv: cleanup coding style issues in VmbusPrivate.h
Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Vmbus.c')
-rw-r--r--drivers/staging/hv/Vmbus.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/drivers/staging/hv/Vmbus.c b/drivers/staging/hv/Vmbus.c
index 387ceab..50d2773 100644
--- a/drivers/staging/hv/Vmbus.c
+++ b/drivers/staging/hv/Vmbus.c
@@ -224,11 +224,9 @@ Description:
--*/
-static struct hv_device*
-VmbusChildDeviceCreate(
- GUID DeviceType,
- GUID DeviceInstance,
- void *Context)
+struct hv_device *VmbusChildDeviceCreate(GUID DeviceType,
+ GUID DeviceInstance,
+ void *Context)
{
VMBUS_DRIVER_OBJECT* vmbusDriver = (VMBUS_DRIVER_OBJECT*)gDriver;
@@ -248,9 +246,7 @@ Description:
Registers the child device with the vmbus
--*/
-static int
-VmbusChildDeviceAdd(
- struct hv_device *ChildDevice)
+int VmbusChildDeviceAdd(struct hv_device *ChildDevice)
{
VMBUS_DRIVER_OBJECT* vmbusDriver = (VMBUS_DRIVER_OBJECT*)gDriver;
@@ -267,9 +263,7 @@ Description:
Unregisters the child device from the vmbus
--*/
-static void
-VmbusChildDeviceRemove(
- struct hv_device *ChildDevice)
+void VmbusChildDeviceRemove(struct hv_device *ChildDevice)
{
VMBUS_DRIVER_OBJECT* vmbusDriver = (VMBUS_DRIVER_OBJECT*)gDriver;