<arei.gong...@huawei.com> writes:

> From: Gonglei <arei.gong...@huawei.com>
>
> commit 1773d9ee (virtio-net: cleanup: init and exit function)
> had removed realization of virtio_net_init(), but didn't remove
> the define of head file. Let's remove it.
>
> Signed-off-by: Gonglei <arei.gong...@huawei.com>

I get what you mean by "realization", but the technical term is
definition, and the thing you remove is a declaration.

Suggest

    virtio: remove useless declaration of virtio_net_init()

    Commit 1773d9ee (virtio-net: cleanup: init and exit function)
    removed the definition of virtio_net_init(), but didn't remove its
    declaration in the header.  Clean that up.

Reply via email to