linux-stable/drivers/staging/hv
Greg Kroah-Hartman 1277290666 Staging: hv: fix sparse function warnings
This fixes up all of the sparse warnings about functions not being
properly declared.  Meaning, void functions need to say they are a void
function, otherwise the compiler assumes it is an integer here.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:01:53 -07:00
..
include Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUEST 2009-09-15 12:01:52 -07:00
BlkVsc.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
blkvsc_drv.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
Channel.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
Channel.h Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedef 2009-09-15 12:01:51 -07:00
ChannelInterface.c Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structs 2009-09-15 12:01:51 -07:00
ChannelInterface.h Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structs 2009-09-15 12:01:51 -07:00
ChannelMgmt.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
ChannelMgmt.h Staging: hv remove TIMER typedef 2009-09-15 12:01:52 -07:00
Connection.c Staging: hv: fix sparse function warnings 2009-09-15 12:01:53 -07:00
Hv.c Staging: hv: fix sparse function warnings 2009-09-15 12:01:53 -07:00
Hv.h Staging: hv: remove HANDLE typedef 2009-09-15 12:01:52 -07:00
Kconfig Staging: hv: force hyper-v drivers to be built as a module 2009-09-15 12:01:49 -07:00
Makefile Staging: hv: add the Hyper-V virtual network driver to the build 2009-09-15 12:01:45 -07:00
NetVsc.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
NetVsc.h Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKET 2009-09-15 12:01:52 -07:00
netvsc_drv.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
osd.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
RingBuffer.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
RingBuffer.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
RndisFilter.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
RndisFilter.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
Sources.c Staging: hv: Remove compatibility ifdefry 2009-09-15 12:01:49 -07:00
StorVsc.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
storvsc_drv.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
TODO Staging: hv: Remove compatibility ifdefry 2009-09-15 12:01:49 -07:00
VersionInfo.h Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
Vmbus.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
vmbus_drv.c Staging: hv: fix sparse static warnings 2009-09-15 12:01:52 -07:00
VmbusPrivate.h Staging: hv: remove WAITEVENT typedef 2009-09-15 12:01:52 -07:00