On Fri, Jan 15, 2021 at 10:02 AM Nirmoy Das <[email protected]> wrote: > > Remove unused adev variable > > Fixes: 8f66090b7bb7 ("drm/amdgpu: Remove references to struct > drm_device.pdev") > Reported-by: Stephen Rothwell <[email protected]> > Signed-off-by: Nirmoy Das <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > index 0150a51b65ef..f764803c53a4 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > @@ -926,7 +926,6 @@ amdgpu_display_user_framebuffer_create(struct drm_device > *dev, > struct drm_file *file_priv, > const struct drm_mode_fb_cmd2 > *mode_cmd) > { > - struct amdgpu_device *adev = drm_to_adev(dev); > struct drm_gem_object *obj; > struct amdgpu_framebuffer *amdgpu_fb; > int ret; > -- > 2.29.2 > > _______________________________________________ > dri-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
