mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-22 05:16:38 +00:00
drivers: gpu: Mark function as static in qxl_kms.c
Mark function qxl_device_init() as static in drm/qxl/qxl_kms.c because it is not used outside this file. This eliminates the following warning in drm/qxl/qxl_kms.c: drivers/gpu/drm/qxl/qxl_kms.c:118:5: warning: no previous prototype for ‘qxl_device_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
06a8c6509a
commit
0662e4c2c2
@ -115,7 +115,7 @@ static void qxl_gc_work(struct work_struct *work)
|
|||||||
qxl_garbage_collect(qdev);
|
qxl_garbage_collect(qdev);
|
||||||
}
|
}
|
||||||
|
|
||||||
int qxl_device_init(struct qxl_device *qdev,
|
static int qxl_device_init(struct qxl_device *qdev,
|
||||||
struct drm_device *ddev,
|
struct drm_device *ddev,
|
||||||
struct pci_dev *pdev,
|
struct pci_dev *pdev,
|
||||||
unsigned long flags)
|
unsigned long flags)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user