[PATCH 7/8] virtio_console: do not export "u32" to userspace

2013-04-01 Thread Paul Bolle
virtio_console.h exports "u32" to userspace. Use "__u32" instead. Signed-off-by: Paul Bolle --- 0) Tested with a kernel build. 1) Again. I'm guessing userspace doesn't use VIRTIO_CONSOLE_BAD_ID. include/uapi/linux/virtio_console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 7/8] virtio_console: do not export u32 to userspace

2013-04-01 Thread Paul Bolle
virtio_console.h exports u32 to userspace. Use __u32 instead. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Tested with a kernel build. 1) Again. I'm guessing userspace doesn't use VIRTIO_CONSOLE_BAD_ID. include/uapi/linux/virtio_console.h | 2 +- 1 file changed, 1 insertion(+), 1