]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: console: remove global var
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 18 Jan 2010 13:45:06 +0000 (19:15 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:52:42 +0000 (14:22 +1030)
commitae7bb9c847869c88bba492a1c44c8b82a96cb661
tree473e04cdf82bdb6b4b794fadfd96c1665066ce8f
parentab370a347821ea1c5288a6e0d6b7ca24efbf8400
virtio: console: remove global var

Now we can use an allocation function to remove our global console variable.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c