virtio: mark vring_dma_dev() static
authorBaoyou Xie <baoyou.xie@linaro.org>
Thu, 1 Sep 2016 11:02:57 +0000 (19:02 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 9 Sep 2016 18:12:35 +0000 (21:12 +0300)
We get 1 warning when building kernel with W=1:
drivers/virtio/virtio_ring.c:170:16: warning: no previous prototype for 'vring_dma_dev' [-Wmissing-prototypes]

In fact, this function is only used in the file in which it is
declared and don't need a declaration, but can be made static.
so this patch marks this function with 'static'.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

No differences found
This page took 0.035192 seconds and 5 git commands to generate.