== Series Details ==
Series: drm: replace drm_print.h includes from headers with a forward
declaration
URL : https://patchwork.freedesktop.org/series/156269/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
INSTALL libsubcmd_headers
CC [M] drivers/gpu/drm/vboxvideo/vbox_irq.o
drivers/gpu/drm/vboxvideo/vbox_irq.c: In function ‘vbox_update_mode_hints’:
drivers/gpu/drm/vboxvideo/vbox_irq.c:122:17: error: implicit declaration of
function ‘DRM_ERROR’; did you mean ‘SO_ERROR’?
[-Werror=implicit-function-declaration]
122 | DRM_ERROR("vboxvideo: hgsmi_get_mode_hints failed:
%d\n", ret);
| ^~~~~~~~~
| SO_ERROR
cc1: some warnings being treated as errors
make[6]: *** [scripts/Makefile.build:287: drivers/gpu/drm/vboxvideo/vbox_irq.o]
Error 1
make[5]: *** [scripts/Makefile.build:556: drivers/gpu/drm/vboxvideo] Error 2
make[4]: *** [scripts/Makefile.build:556: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:556: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:556: drivers] Error 2
make[1]: *** [/home/kbuild/kernel/Makefile:2010: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Build failed, no error log produced