diff options
author | Amos Kong <kongjianjun@gmail.com> | 2013-04-02 16:42:02 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2013-04-02 16:43:00 +1030 |
commit | 916cdabc31cc245f4ae81d8113e24446225874c8 (patch) | |
tree | 8b51d8aef80fc92819edd7a61fc6a56bf83bf958 /MAINTAINERS | |
parent | 608c380c304ce017dfddbceff988ffd0a36636d9 (diff) |
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-- | MAINTAINERS | 1 |
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> |