summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/ChannelInterface.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-18 00:22:08 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:55 (GMT)
commite89ce628ba255537c69c6a90a20a8bb08939c963 (patch)
treefa1bb17f8d7302bde667ae7020540ab99e4a9986 /drivers/staging/hv/ChannelInterface.h
parentd41024f70fa25acfa039b53720a73ff1b15098d2 (diff)
downloadlinux-fsl-qoriq-e89ce628ba255537c69c6a90a20a8bb08939c963.tar.xz
Staging: hv: cleanup coding style issues in ChannelInterface.h
Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/ChannelInterface.h')
-rw-r--r--drivers/staging/hv/ChannelInterface.h11
1 files changed, 2 insertions, 9 deletions
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_ */