diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_fbcon.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_fbcon.c | 4 |
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 | ||
229 | void | 229 | static void |
230 | nouveau_fbcon_accel_fini(struct drm_device *dev) | 230 | nouveau_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 | ||
249 | void | 249 | static void |
250 | nouveau_fbcon_accel_init(struct drm_device *dev) | 250 | nouveau_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); |