]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
virtio_console: fix uapi header
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 17 May 2013 01:14:15 +0000 (10:44 +0930)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 May 2013 18:36:03 +0000 (11:36 -0700)
commit1435b05b0477773ec80059a6f83bc99862fb0036
tree9250671e6aa621d80946e63cb8efe541128d361f
parenta7656384c9590f293e1e8cb11acb875322b8ec41
virtio_console: fix uapi header

commit 6407d75afd08545f2252bb39806ffd3f10c7faac upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/virtio_console.h