Skip to content

Commit 0a20a3e

Browse files
zackrairlied
authored andcommitted
drm/nouveau: Remove unused variable
Trivial removal of an unused variable. Not sure how it snuck by me and build bots in the 7c99616. Fixes: 7c99616 ("drm: Remove drm_mode_config::fb_base") Reported-by: Stephen Rothwell <[email protected]> Cc: Laurent Pinchart <[email protected]> Cc: Thomas Zimmermann <[email protected]> Cc: Christian König <[email protected]> Cc: Ben Skeggs <[email protected]> Cc: Karol Herbst <[email protected]> Cc: Lyude Paul <[email protected]> Reviewed-by: Lyude Paul <[email protected]> Signed-off-by: Zack Rusin <[email protected]> Signed-off-by: Lyude Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dave Airlie <[email protected]>
1 parent b837d3d commit 0a20a3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/nouveau/nouveau_display.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ int
659659
nouveau_display_create(struct drm_device *dev)
660660
{
661661
struct nouveau_drm *drm = nouveau_drm(dev);
662-
struct nvkm_device *device = nvxx_device(&drm->client.device);
663662
struct nouveau_display *disp;
664663
int ret;
665664

0 commit comments

Comments
 (0)