diff options
author | Ben Skeggs | 2019-02-12 22:28:13 +1000 |
---|---|---|
committer | Ben Skeggs | 2019-02-20 08:59:59 +1000 |
commit | ba801ef068c1deed08531ff70e16c4847c338c73 (patch) | |
tree | dceeffd1e4f0c775a89ad7ae31cf0294d2454488 /drivers/gpu/drm/nouveau/dispnv04/disp.h | |
parent | d7f9bb656ea4032d7ac59fd01597ffd3994bc0d9 (diff) |
drm/nouveau/kms: display destroy/init/fini hooks can be static
Swapped order of functions in dispnv04 to allow this, but no code changes.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv04/disp.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv04/disp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv04/disp.h b/drivers/gpu/drm/nouveau/dispnv04/disp.h index f74f1f2b186e..91bbc0c104eb 100644 --- a/drivers/gpu/drm/nouveau/dispnv04/disp.h +++ b/drivers/gpu/drm/nouveau/dispnv04/disp.h @@ -92,9 +92,6 @@ nv04_display(struct drm_device *dev) /* nv04_display.c */ int nv04_display_create(struct drm_device *); -void nv04_display_destroy(struct drm_device *); -int nv04_display_init(struct drm_device *); -void nv04_display_fini(struct drm_device *); /* nv04_crtc.c */ int nv04_crtc_create(struct drm_device *, int index); |