OSDN Git Service

drm/virtio: Fix non static symbol warning
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 19 Jul 2016 12:45:56 +0000 (12:45 +0000)
committerSean Paul <seanpaul@chromium.org>
Tue, 19 Jul 2016 19:44:10 +0000 (15:44 -0400)
commita9853117d8413209ec70245f762e4503511deb2d
tree64b3a8af9821ac1affe0acf053601e9f7f8cf76d
parent7725936e9c45e597f4dbd173af390ec7155225e0
drm/virtio: Fix non static symbol warning

Fixes the following sparse warning:

drivers/gpu/drm/virtio/virtgpu_display.c:349:37: warning:
  symbol 'virtio_mode_config_helpers' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/virtio/virtgpu_display.c