<[email protected]> writes:
> From: Gonglei <[email protected]>
>
> 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 <[email protected]>
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.