diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-01-22 06:58:12 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-01-23 07:39:18 +0400 |
commit | 2332b31116d5500d05173b2a7aaa95ba15d7983a (patch) | |
tree | 0c9280cc0440b64905f3a9b10587881bc696c58f /drivers/gpu/drm/nouveau/dispnv04/disp.h | |
parent | ea7dce90105ff2eb81958498d6d9f30a0753bbe8 (diff) | |
download | linux-2332b31116d5500d05173b2a7aaa95ba15d7983a.tar.xz |
drm/nouveau: create base display from common code
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv04/disp.h b/drivers/gpu/drm/nouveau/dispnv04/disp.h index 56a28db04000..4245fc3dab70 100644 --- a/drivers/gpu/drm/nouveau/dispnv04/disp.h +++ b/drivers/gpu/drm/nouveau/dispnv04/disp.h @@ -80,7 +80,6 @@ struct nv04_display { struct nv04_mode_state saved_reg; uint32_t saved_vga_font[4][16384]; uint32_t dac_users[4]; - struct nouveau_object *core; struct nouveau_bo *image[2]; }; |