]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_console: make local symbols static
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 8 Apr 2013 06:43:59 +0000 (16:13 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 8 Apr 2013 13:30:26 +0000 (23:00 +0930)
commitb9057640450306f9ad0d31b16396a3b3c1aef313
tree79e4f25b5c6140cfd043ffc6a5124b9a10b227e9
parent26a1aefed9fa51f746ef4814130f997fa1f29217
virtio_console: make local symbols static

Those symbols only used within this file, and should be static.

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