1
0
Fork 0
alistair23-linux/drivers/gpu/drm/bochs
Colin Ian King f42bd94628 drm/bochs: make structure bochs_bo_driver static
The structure bochs_bo_driver is local to the source and does not need to
be in global scope, so make it static.

Cleans up sparse warning:
drivers/gpu/drm/bochs/bochs_mm.c:197:22: warning: symbol 'bochs_bo_driver'
was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180207111353.30261-1-colin.king@canonical.com
2018-02-19 10:43:44 +01:00
..
Kconfig drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" 2017-01-09 11:30:30 +01:00
Makefile drm/bochs: fix include notation and remove -Iinclude/drm flag 2017-05-16 17:18:23 +02:00
bochs.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bochs_drv.c drm/bochs: Use the drm_driver.dumb_destroy default 2017-08-16 20:18:55 +02:00
bochs_fbdev.c drm/<drivers>: Drop fbdev info flags 2017-07-26 13:22:40 +02:00
bochs_hw.c drm/bochs: disable video before changing video mode 2015-04-01 08:28:15 +10:00
bochs_kms.c drm: Pass struct drm_file * to __drm_mode_object_find [v2] 2017-10-12 10:03:04 +10:00
bochs_mm.c drm/bochs: make structure bochs_bo_driver static 2018-02-19 10:43:44 +01:00