Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_create': drivers/gpu/drm/nouveau/nouveau_display.c:662:29: error: unused variable 'device' [-Werror=unused-variable] 662 | struct nvkm_device *device = nvxx_device(&drm->client.device); | ^~~~~~ cc1: all warnings being treated as errors Introduced by commit 7c99616e3fe7 ("drm: Remove drm_mode_config::fb_base") I have used the drm-misc tree from next-20221020 for today. -- Cheers, Stephen Rothwell