Two requests have come in for a backmerge,
and I've got some pull reqs on rc2, so this
just makes sense.
Signed-off-by: Dave Airlie <airlied@redhat.com>
        unsigned long bo_size;
        const char *fw_name;
        const struct common_firmware_header *hdr;
 -      unsigned version_major, version_minor, family_id;
 +      unsigned family_id;
        int i, j, r;
  
-       INIT_DELAYED_WORK(&adev->uvd.inst->idle_work, amdgpu_uvd_idle_work_handler);
+       INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler);
  
        switch (adev->asic_type) {
  #ifdef CONFIG_DRM_AMDGPU_CIK