mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
virtio: Move extern declaration to header file
This fixes a warning from smatch (static code analyser). Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
a3f1f040d2
commit
0f03fb6094
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
|||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
extern const VhostOps user_ops;
|
||||
|
||||
static int vhost_kernel_call(struct vhost_dev *dev, unsigned long int request,
|
||||
void *arg)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue