On 2014/12/8 23:34, Markus Armbruster wrote:
> writes:
>
>> From: Gonglei
>>
>> 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
>
> I get
writes:
> From: Gonglei
>
> 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
I get what you mean by "realization", but the technical term is
def
From: Gonglei
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
---
include/hw/virtio/virtio.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/incl