diff options
author | Arnd Bergmann <[email protected]> | 2024-10-28 16:35:07 +0000 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2024-11-04 14:35:34 +0100 |
commit | a88f9ed63b3cec761b04cba8104b2d0b2b66b25d (patch) | |
tree | 7faebd0e2954ab6a6258806ae6ddde9bab47aa1c /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | c5f3f21728b069412e8072b8b1d0a3d9d3ab0265 (diff) |
drm/imx/dcss: include drm/drm_bridge.h header
Compile-testing random configurations leads to failures in
dcss-kms.c from a missing declaration:
drivers/gpu/drm/imx/dcss/dcss-kms.c:95:8: error: use of undeclared identifier 'drm_bridge_attach'
95 | ret = drm_bridge_attach(encoder, bridge, NULL,
| ^
drivers/gpu/drm/imx/dcss/dcss-kms.c:96:5: error: use of undeclared identifier 'DRM_BRIDGE_ATTACH_NO_CONNECTOR'
96 | DRM_BRIDGE_ATTACH_NO_CONNECTOR);
| ^
Include the header directly.
Fixes: 004555a18d57 ("drm/imx/dcss: Allow build with COMPILE_TEST=y")
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Maarten Lankhorst <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions