diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv04_display.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv04_display.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nv04_display.c b/drivers/gpu/drm/nouveau/nv04_display.c index 6bd8518d7b2e..7047d37e8dab 100644 --- a/drivers/gpu/drm/nouveau/nv04_display.c +++ b/drivers/gpu/drm/nouveau/nv04_display.c | |||
@@ -243,6 +243,11 @@ nv04_display_init(struct drm_device *dev) | |||
243 | return 0; | 243 | return 0; |
244 | } | 244 | } |
245 | 245 | ||
246 | void | ||
247 | nv04_display_fini(struct drm_device *dev) | ||
248 | { | ||
249 | } | ||
250 | |||
246 | static void | 251 | static void |
247 | nv04_vblank_crtc0_isr(struct drm_device *dev) | 252 | nv04_vblank_crtc0_isr(struct drm_device *dev) |
248 | { | 253 | { |