mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 04:45:05 +00:00
9e795a5232
Convert vmbus driver interface function pointer table to constant The vmbus interface functions are assigned to a constant - vmbus_ops. Because the vmbus interface function pointer table is converted to a constant variable -- vmbus_ops, the function GetChannelInterface(), VmbusGetChannelInterface() and pointer GetChannelInterface are no longer in use. The deprecated function's work is done by the initialization of the newly added constant variable vmbus_ops. I created the new constant variable vmbus_ops and removed the deprecated function pointer GetChannelInterface in one patch. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
blkvsc_drv.c | ||
blkvsc.c | ||
channel_interface.c | ||
channel_interface.h | ||
channel_mgmt.c | ||
channel_mgmt.h | ||
channel.c | ||
channel.h | ||
connection.c | ||
hv_api.h | ||
hv_timesource.c | ||
hv_utils.c | ||
hv.c | ||
hv.h | ||
Kconfig | ||
logging.h | ||
Makefile | ||
netvsc_api.h | ||
netvsc_drv.c | ||
netvsc.c | ||
netvsc.h | ||
osd.c | ||
osd.h | ||
ring_buffer.c | ||
ring_buffer.h | ||
rndis_filter.c | ||
rndis_filter.h | ||
rndis.h | ||
storvsc_api.h | ||
storvsc_drv.c | ||
storvsc.c | ||
TODO | ||
utils.h | ||
version_info.h | ||
vmbus_api.h | ||
vmbus_channel_interface.h | ||
vmbus_drv.c | ||
vmbus_packet_format.h | ||
vmbus_private.h | ||
vmbus.c | ||
vmbus.h | ||
vstorage.h |