diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2025-10-29 12:39:45 +0200 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2025-10-31 10:34:52 +0200 |
| commit | f6e8dc9edf963dbc99085e54f6ced6da9daa6100 (patch) | |
| tree | 567a2281d3a18343ffd5657a8df96f3220ed218d /drivers/gpu/drm/panthor/panthor_devfreq.c | |
| parent | 6fb7f298883246e21f60f971065adcb789ae6eba (diff) | |
drm: include drm_print.h where needed
There are a gazillion files that depend on drm_print.h being indirectly
included via drm_buddy.h, drm_mm.h, or ttm/ttm_resource.h. In
preparation for removing those includes, explicitly include drm_print.h
where needed.
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://lore.kernel.org/r/5fe67395907be33eb5199ea6d540e29fddee71c8.1761734313.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/panthor/panthor_devfreq.c')
| -rw-r--r-- | drivers/gpu/drm/panthor/panthor_devfreq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panthor/panthor_devfreq.c b/drivers/gpu/drm/panthor/panthor_devfreq.c index 2df1d76d84a0..7d1425a84382 100644 --- a/drivers/gpu/drm/panthor/panthor_devfreq.c +++ b/drivers/gpu/drm/panthor/panthor_devfreq.c @@ -8,6 +8,7 @@ #include <linux/pm_opp.h> #include <drm/drm_managed.h> +#include <drm/drm_print.h> #include "panthor_devfreq.h" #include "panthor_device.h" |