hv: remove free_channel() from hyperv.h
This function is only used in the file it is declared in (channel_mgmt.c) so make it static and remove it from the hyperv.h file. Cc: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2726f95e0b
commit
9f3e28e375
2 changed files with 1 additions and 3 deletions
|
|
@ -606,8 +606,6 @@ struct vmbus_channel {
|
|||
void *channel_callback_context;
|
||||
};
|
||||
|
||||
void free_channel(struct vmbus_channel *channel);
|
||||
|
||||
void vmbus_onmessage(void *context);
|
||||
|
||||
int vmbus_request_offers(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue