From: Uros Bizjak Date: Mon, 30 Sep 2024 12:33:15 +0000 (+0200) Subject: drm/lib: Include instead of X-Git-Tag: v6.13-rc1~195^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b23eff812a77646df37a5c870bbdcbec79592eb4;p=thirdparty%2Fkernel%2Flinux.git drm/lib: Include instead of Substitute the inclusion of header with to allow the removal of legacy inclusion of from . Signed-off-by: Uros Bizjak Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Thomas Zimmermann Cc: David Airlie Cc: Daniel Vetter Signed-off-by: Jason A. Donenfeld --- diff --git a/drivers/gpu/drm/lib/drm_random.h b/drivers/gpu/drm/lib/drm_random.h index 5543bf0474bc4..9f827260a89db 100644 --- a/drivers/gpu/drm/lib/drm_random.h +++ b/drivers/gpu/drm/lib/drm_random.h @@ -6,7 +6,7 @@ * be transposed to lib/ at the earliest convenience. */ -#include +#include #define DRM_RND_STATE_INITIALIZER(seed__) ({ \ struct rnd_state state__; \