projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e48d6
)
vhost: Remove the repeated declaration
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Mon, 24 May 2021 12:04:44 +0000
(20:04 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sat, 3 Jul 2021 08:50:53 +0000
(
04:50
-0400)
Function 'vhost_vring_ioctl' is declared twice, remove the repeated
declaration.
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link:
https://lore.kernel.org/r/1621857884-19964-1-git-send-email-zhangshaokun@hisilicon.com
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.h
patch
|
blob
|
history
diff --git
a/drivers/vhost/vhost.h
b/drivers/vhost/vhost.h
index b063324c7669d20bda8b0b45f822ae419c047997..374f4795cb5a43406db1e731cea3f877b4ad608c 100644
(file)
--- a/
drivers/vhost/vhost.h
+++ b/
drivers/vhost/vhost.h
@@
-47,7
+47,6
@@
void vhost_poll_stop(struct vhost_poll *poll);
void vhost_poll_flush(struct vhost_poll *poll);
void vhost_poll_queue(struct vhost_poll *poll);
void vhost_work_flush(struct vhost_dev *dev, struct vhost_work *work);
-long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp);
struct vhost_log {
u64 addr;