Re: [PATCH] drm/msm/dp: add linux/io.h header to fix build errors

2025-06-20 Thread Dmitry Baryshkov
On Tue, 17 Jun 2025 11:56:11 -0700, Randy Dunlap wrote: > Add header to pull in readl/writel and friends. > This eliminates the following build errors: > > drivers/gpu/drm/msm/dp/dp_panel.c: In function 'msm_dp_read_link': > drivers/gpu/drm/msm/dp/dp_panel.c:33:16: error: implicit declaration o

Re: [PATCH] drm/msm/dp: add linux/io.h header to fix build errors

2025-06-18 Thread Dmitry Baryshkov
On Tue, Jun 17, 2025 at 11:56:11AM -0700, Randy Dunlap wrote: > Add header to pull in readl/writel and friends. > This eliminates the following build errors: > > drivers/gpu/drm/msm/dp/dp_panel.c: In function 'msm_dp_read_link': > drivers/gpu/drm/msm/dp/dp_panel.c:33:16: error: implicit declarati

[PATCH] drm/msm/dp: add linux/io.h header to fix build errors

2025-06-17 Thread Randy Dunlap
Add header to pull in readl/writel and friends. This eliminates the following build errors: drivers/gpu/drm/msm/dp/dp_panel.c: In function 'msm_dp_read_link': drivers/gpu/drm/msm/dp/dp_panel.c:33:16: error: implicit declaration of function 'readl_relaxed' [-Wimplicit-function-declaration] 33