git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c7687
)
virtio: do not export "u16" and "u64" to userspace
author
Paul Bolle
<pebolle@tiscali.nl>
Mon, 1 Apr 2013 23:29:17 +0000
(09:59 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 2 Apr 2013 06:12:58 +0000
(16:42 +1030)
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>
No differences found