Staging: hv: Make rndis_filte_device_add() non static
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
88992135f5
commit
10f5a6db19
@ -122,5 +122,8 @@ int netvsc_device_remove(struct hv_device *device);
|
||||
int netvsc_initialize(struct hv_driver *drv);
|
||||
int rndis_filter_open(struct hv_device *dev);
|
||||
int rndis_filter_close(struct hv_device *dev);
|
||||
int rndis_filte_device_add(struct hv_device *dev,
|
||||
void *additional_info);
|
||||
|
||||
|
||||
#endif /* _NETVSC_API_H_ */
|
||||
|
@ -84,9 +84,6 @@ struct rndis_filter_packet {
|
||||
};
|
||||
|
||||
|
||||
static int rndis_filte_device_add(struct hv_device *dev,
|
||||
void *additional_info);
|
||||
|
||||
static int rndis_filter_device_remove(struct hv_device *dev);
|
||||
|
||||
static void rndis_filter_cleanup(struct hv_driver *drv);
|
||||
@ -746,7 +743,7 @@ static int rndis_filter_close_device(struct rndis_device *dev)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int rndis_filte_device_add(struct hv_device *dev,
|
||||
int rndis_filte_device_add(struct hv_device *dev,
|
||||
void *additional_info)
|
||||
{
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user