Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/buddy: replace drm_print.h include with a forward declaration

The drm_buddy.h header does not really need anything from drm_print.h. A
simple forward declaration for struct drm_printer is sufficient.

An explicit drm_print.h include has previously been added to all the
files that indirectly depended on this include.

v3: Only remove the include here (Thomas)

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/b303996b407fcbe2c7357bea036f79c45d6dae49.1761734313.git.jani.nikula@intel.com

+1 -1
+1 -1
include/drm/drm_buddy.h
··· 12 12 #include <linux/sched.h> 13 13 #include <linux/rbtree.h> 14 14 15 - #include <drm/drm_print.h> 15 + struct drm_printer; 16 16 17 17 #define DRM_BUDDY_RANGE_ALLOCATION BIT(0) 18 18 #define DRM_BUDDY_TOPDOWN_ALLOCATION BIT(1)