mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
drm/nouveau/kms: nouveau_fbcon_accel_fini can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
5c13cac149
commit
e715396ae3
@ -226,7 +226,7 @@ nouveau_fbcon_accel_restore(struct drm_device *dev)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
nouveau_fbcon_accel_fini(struct drm_device *dev)
|
||||
{
|
||||
struct nouveau_drm *drm = nouveau_drm(dev);
|
||||
@ -246,7 +246,7 @@ nouveau_fbcon_accel_fini(struct drm_device *dev)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
nouveau_fbcon_accel_init(struct drm_device *dev)
|
||||
{
|
||||
struct nouveau_drm *drm = nouveau_drm(dev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user