drm/amdgpu: Do not include <drm/drm_fb_helper.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 11 Jan 2023 13:02:03 +0000 (14:02 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jan 2023 12:19:13 +0000 (13:19 +0100)
Including <drm/drm_fb_helper.h> is not required, so remove the include
statements. No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20230111130206.29974-8-tzimmermann@suse.de
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c

index 248f1a4e915f7c897019468b60207210dc338ae3..a2452fc304c510ad9a2def35a52b43fd2de505db 100644 (file)
@@ -21,7 +21,6 @@
  *
  */
 
-#include <drm/drm_fb_helper.h>
 #include <drm/drm_fourcc.h>
 #include <drm/drm_vblank.h>
 
index cd9c19060d89883bb16a09601010273aa4fdc8dd..6ac680c4c6e24cb47504ae310a26b9412a9d8703 100644 (file)
@@ -21,7 +21,6 @@
  *
  */
 
-#include <drm/drm_fb_helper.h>
 #include <drm/drm_fourcc.h>
 #include <drm/drm_vblank.h>
 
index 76323deecc589e92eb2902c08234522e378ca9f5..354ae09cc9a28665ce07278918847fe42306d4de 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <linux/pci.h>
 
-#include <drm/drm_fb_helper.h>
 #include <drm/drm_fourcc.h>
 #include <drm/drm_vblank.h>
 
index 01cf3ab111cbefbf59ff0a3f4e379851c530010a..33977b0ba19d667df5ac59e554ab6e4764835470 100644 (file)
@@ -21,7 +21,6 @@
  *
  */
 
-#include <drm/drm_fb_helper.h>
 #include <drm/drm_fourcc.h>
 #include <drm/drm_vblank.h>