summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAmos Kong2013-04-02 08:12:02 +0200
committerRusty Russell2013-04-02 08:13:00 +0200
commit916cdabc31cc245f4ae81d8113e24446225874c8 (patch)
tree8b51d8aef80fc92819edd7a61fc6a56bf83bf958 /MAINTAINERS
parentvirtio: do not export "u16" and "u64" to userspace (diff)
downloadkernel-qcow2-linux-916cdabc31cc245f4ae81d8113e24446225874c8.tar.gz
kernel-qcow2-linux-916cdabc31cc245f4ae81d8113e24446225874c8.tar.xz
kernel-qcow2-linux-916cdabc31cc245f4ae81d8113e24446225874c8.zip
MAINTAINERS: add missing entries for virtio
Some head files were split or moved to uapi/ without updating MAINTAINERS. Signed-off-by: Amos Kong <kongjianjun@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e95b1e944eb7..8a42891a658b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8609,6 +8609,7 @@ F: drivers/virtio/
F: drivers/net/virtio_net.c
F: drivers/block/virtio_blk.c
F: include/linux/virtio_*.h
+F: include/uapi/linux/virtio_*.h
VIRTIO HOST (VHOST)
M: "Michael S. Tsirkin" <mst@redhat.com>