diff options
author | Arnd Bergmann <[email protected]> | 2021-10-13 16:42:56 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2021-11-26 08:58:57 -0800 |
commit | afece15a68dc83b438cc4c3a64634e48a5735573 (patch) | |
tree | 34d3a04a99d1c7d09ae5b198c774834cd3a136fe /net/lapb/lapb_timer.c | |
parent | e4840d537c2c6b1189d4de16ee0f4820e069dcea (diff) |
drm: msm: fix building without CONFIG_COMMON_CLK
When CONFIG_COMMON_CLOCK is disabled, the 8996 specific
phy code is left out, which results in a link failure:
ld: drivers/gpu/drm/msm/hdmi/hdmi_phy.o:(.rodata+0x3f0): undefined reference to `msm_hdmi_phy_8996_cfg'
This was only exposed after it became possible to build
test the driver without the clock interfaces.
Make COMMON_CLK a hard dependency for compile testing,
and simplify it a little based on that.
Fixes: b3ed524f84f5 ("drm/msm: allow compile_test on !ARM")
Reported-by: Randy Dunlap <[email protected]>
Suggested-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions