On Tue, 2023-03-21 at 14:24 -0400, Tom Rix wrote: > clang with W=1 reports > drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:56:35: error: > unused function 'vmw_overlay' [-Werror,-Wunused-function] > static inline struct vmw_overlay *vmw_overlay(struct drm_device *dev) > ^ > This function is not used, so remove it. > > Signed-off-by: Tom Rix <trix@xxxxxxxxxx> Thank you for the patch. I went ahead and pushed it to the drm-misc-next branch in drm-misc tree. z