virtio: do not export "u16" and "u64" to userspace
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 1 Apr 2013 23:29:17 +0000 (09:59 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 2 Apr 2013 06:12:58 +0000 (16:42 +1030)
commit608c380c304ce017dfddbceff988ffd0a36636d9
tree9c348bad9d7625323f3fd335aee10f77a7667bf9
parenta8c7687bf21603af6246e55cc58f98e42241bd01
virtio: do not export "u16" and "u64" to userspace

virtio_balloon.h exports "u16" and "u64" to userspace. Use "__u16" and
"__u64" instead.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/uapi/linux/virtio_balloon.h