Re: [PATCH] virtio: unexport virtio_finalize_features

From: Cornelia Huck
Date: Mon Jan 17 2022 - 07:07:30 EST


On Fri, Jan 14 2022, "Michael S. Tsirkin" <mst@xxxxxxxxxx> wrote:

> virtio_finalize_features is only used internally within virtio.
> No reason to export it.
>
> Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> ---
> drivers/virtio/virtio.c | 3 +--
> include/linux/virtio.h | 1 -
> 2 files changed, 1 insertion(+), 3 deletions(-)
>

And nobody else really should use it.

Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>