2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00
linux-next/drivers/staging/vboxvideo
Colin Ian King cb67fa13c6 staging: vboxvideo: make a couple of symbols static
Module parameter vbox_modeset and structure vbox_bo_driver do not need to
be in global scope and hence can be made static.

Cleans up a couple of sparse warnings:
symbol 'vbox_modeset' was not declared. Should it be static?
symbol 'vbox_bo_driver' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Michael Thayer <michael.thayer@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-28 17:05:40 -07:00
..
hgsmi_base.c
hgsmi_ch_setup.h
hgsmi_channels.h
hgsmi_defs.h
Kconfig staging: vboxvideo: Kconfig: Fix typos in help text 2017-07-28 17:05:40 -07:00
Makefile
modesetting.c
TODO
vbox_drv.c staging: vboxvideo: make a couple of symbols static 2017-07-28 17:05:40 -07:00
vbox_drv.h
vbox_err.h
vbox_fb.c
vbox_hgsmi.c
vbox_irq.c
vbox_main.c
vbox_mode.c staging: vboxvideo: remove unused variables 2017-07-28 17:05:40 -07:00
vbox_prime.c
vbox_ttm.c staging: vboxvideo: make a couple of symbols static 2017-07-28 17:05:40 -07:00
vboxvideo_guest.h
vboxvideo_vbe.h
vboxvideo.h
vbva_base.c