On Wed, May 18, 2016 at 08:05:26AM +0100, Build bot for Mark Brown wrote:
Today's -next fails to build arm and arm64 allmodconfigs fail to build due to:
arm64-allmodconfig arm-allmodconfig ../drivers/gpu/drm/mediatek/mtk_drm_fb.c:141:30: error: passing argument 1 of 'drm_gem_object_lookup' from incompatible pointer type [-Werror=incompatible-pointer-types] ../drivers/gpu/drm/mediatek/mtk_drm_fb.c:141:8: error: too many arguments to function 'drm_gem_object_lookup' ../drivers/gpu/drm/mediatek/mtk_drm_gem.c:142:30: error: passing argument 1 of 'drm_gem_object_lookup' from incompatible pointer type [-Werror=incompatible-pointer-types] ../drivers/gpu/drm/mediatek/mtk_drm_gem.c:142:8: error: too many arguments to function 'drm_gem_object_lookup'
Apparently triggered by 8ad0bd84f98607 (drm: Remove unused drm_device from drm_gem_object_lookup()) which didn't update the Mediatek drivers.