diff options
author | 2024-10-28 16:35:07 +0000 | |
---|---|---|
committer | 2024-11-01 13:46:25 +1000 | |
commit | bcfe43f0ea77c42c2154fb79b99b7d1d82ac3231 (patch) | |
tree | 3ecd30faac28dd266cca42557424cb90960431fb /scripts/generate_rust_analyzer.py | |
parent | Merge tag 'drm-misc-next-2024-10-31' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next (diff) | |
download | wireguard-linux-bcfe43f0ea77c42c2154fb79b99b7d1d82ac3231.tar.xz wireguard-linux-bcfe43f0ea77c42c2154fb79b99b7d1d82ac3231.zip |
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 <arnd@arndb.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241028163527.2425783-1-arnd@kernel.org
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions