xen: fix build problem introduced from per-queue peers

Reported-by Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2013-02-01 12:55:56 -06:00
parent a9c87c586b
commit 3e3648b29f

View file

@ -326,8 +326,6 @@ static int net_init(struct XenDevice *xendev)
return -1;
}
netdev->conf.peer = NULL;
netdev->nic = qemu_new_nic(&net_xen_info, &netdev->conf,
"xen", NULL, netdev);