提交 e715396a 编写于 作者: F Fengguang Wu 提交者: Ben Skeggs

drm/nouveau/kms: nouveau_fbcon_accel_fini can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 5c13cac1
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册