aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_fbcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_fbcon.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_fbcon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_fbcon.c b/drivers/gpu/drm/nouveau/nouveau_fbcon.c
index ebfe3180109e..8bdd27091db8 100644
--- a/drivers/gpu/drm/nouveau/nouveau_fbcon.c
+++ b/drivers/gpu/drm/nouveau/nouveau_fbcon.c
@@ -226,7 +226,7 @@ nouveau_fbcon_accel_restore(struct drm_device *dev)
226 } 226 }
227} 227}
228 228
229void 229static void
230nouveau_fbcon_accel_fini(struct drm_device *dev) 230nouveau_fbcon_accel_fini(struct drm_device *dev)
231{ 231{
232 struct nouveau_drm *drm = nouveau_drm(dev); 232 struct nouveau_drm *drm = nouveau_drm(dev);
@@ -246,7 +246,7 @@ nouveau_fbcon_accel_fini(struct drm_device *dev)
246 } 246 }
247} 247}
248 248
249void 249static void
250nouveau_fbcon_accel_init(struct drm_device *dev) 250nouveau_fbcon_accel_init(struct drm_device *dev)
251{ 251{
252 struct nouveau_drm *drm = nouveau_drm(dev); 252 struct nouveau_drm *drm = nouveau_drm(dev);