virtio_console: fix uapi header
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 17 May 2013 01:14:15 +0000 (10:44 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 May 2013 00:55:28 +0000 (10:25 +0930)
commit6407d75afd08545f2252bb39806ffd3f10c7faac
treeff52e0c954bcc2a221d95dbaea83e3e1d03c854f
parentd2f83e9078b8114e3b9d09082856c1aac299aa37
virtio_console: fix uapi header

uapi should use __u32 not u32.
Fix a macro in virtio_console.h which uses u32.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: stable@kernel.org
include/uapi/linux/virtio_console.h