diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-10-28 16:35:07 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-11-01 13:46:25 +1000 |
commit | bcfe43f0ea77c42c2154fb79b99b7d1d82ac3231 (patch) | |
tree | 3ecd30faac28dd266cca42557424cb90960431fb /drivers/video/fbdev/cobalt_lcdfb.c | |
parent | 8a07b2623e7ff04856f8d4470d002675049b2065 (diff) | |
download | lwn-bcfe43f0ea77c42c2154fb79b99b7d1d82ac3231.tar.gz lwn-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 'drivers/video/fbdev/cobalt_lcdfb.c')
0 files changed, 0 insertions, 0 deletions