[PATCH 261/641] Staging: hv: cleanup coding style issues in ChannelInterface.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cc: Hank Janssen <hjanssen@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
 drivers/staging/hv/ChannelInterface.c |   11 ++---------
 drivers/staging/hv/ChannelInterface.h |   11 ++---------
 2 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/drivers/staging/hv/ChannelInterface.c b/drivers/staging/hv/ChannelInterface.c
index 2a58015..6a30691 100644
--- a/drivers/staging/hv/ChannelInterface.c
+++ b/drivers/staging/hv/ChannelInterface.c
@@ -162,10 +162,7 @@ IVmbusChannelTeardownGpadl(
 
 }
 
-static void
-GetChannelInterface(
-	VMBUS_CHANNEL_INTERFACE *ChannelInterface
-	)
+void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface)
 {
 	ChannelInterface->Open						= IVmbusChannelOpen;
 	ChannelInterface->Close						= IVmbusChannelClose;
@@ -180,11 +177,7 @@ GetChannelInterface(
 }
 
 
-static void
-GetChannelInfo(
-	struct hv_device *Device,
-	DEVICE_INFO			*DeviceInfo
-			   )
+void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo)
 {
 	VMBUS_CHANNEL_DEBUG_INFO debugInfo;
 
diff --git a/drivers/staging/hv/ChannelInterface.h b/drivers/staging/hv/ChannelInterface.h
index 3385914..49a7c7d 100644
--- a/drivers/staging/hv/ChannelInterface.h
+++ b/drivers/staging/hv/ChannelInterface.h
@@ -27,15 +27,8 @@
 
 #include "include/VmbusApi.h"
 
-static void
-GetChannelInterface(
-	VMBUS_CHANNEL_INTERFACE *ChannelInterface
-	);
+void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface);
 
-static void
-GetChannelInfo(
-	struct hv_device *Device,
-	DEVICE_INFO			*DeviceInfo
-	);
+void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo);
 
 #endif /* _CHANNEL_INTERFACE_H_ */
-- 
1.6.4.2

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux