drm/amdgpu: Do not include <linux/fb.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 11 Jan 2023 13:02:00 +0000 (14:02 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jan 2023 12:19:13 +0000 (13:19 +0100)
Remove unnecessary include statements for <linux/fb.h>. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20230111130206.29974-5-tzimmermann@suse.de
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_processpptables.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_processpptables.c
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c

index 5697d456d7d0714f59aa28760d4b63b4957b2d6d..181b6302e8869fe4347b14f5a8223f3633c8f7e7 100644 (file)
@@ -39,7 +39,6 @@
 #include <linux/mmu_notifier.h>
 #include <linux/suspend.h>
 #include <linux/cc_platform.h>
-#include <linux/fb.h>
 #include <linux/dynamic_debug.h>
 
 #include "amdgpu.h"
index 7ef7e81525a30648746287e70336f548707799c8..d6edd83f67c6a4a8f3d5f036def0de76a74d3062 100644 (file)
@@ -22,7 +22,6 @@
  */
 #include "pp_debug.h"
 #include <linux/delay.h>
-#include <linux/fb.h>
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
index c8c9fb827bda1119448664d063cc1c991806bc08..733cac4600ff042e42bc1311ccf9cbd83c9a310e 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 #include <linux/delay.h>
-#include <linux/fb.h>
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
index 95b988823f50f1fec903972de074ae22056a0741..bb90d8abf79b1ea50ed0c04da9945560410fab21 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
-#include <linux/fb.h>
 
 #include "vega10_processpptables.h"
 #include "ppatomfwctrl.h"
index a2f4d6773d458cd8e988dac3162945281e8bd300..c73693dc4c09751fead5d9fa4dffaef61d8dcc5d 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 #include <linux/delay.h>
-#include <linux/fb.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 
index bd54fbd393b97792d21983977d52d1185f215779..89148f73b514a4ae3f71a3777cdbea5794d9ea9e 100644 (file)
@@ -22,7 +22,6 @@
  */
 #include <linux/module.h>
 #include <linux/slab.h>
-#include <linux/fb.h>
 
 #include "vega12/smu9_driver_if.h"
 #include "vega12_processpptables.h"
index b30684c84e20e497bb5784c35d933759486395ba..33f3d97921812b5f389f90c16ea3d824cfcd0397 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 #include <linux/delay.h>
-#include <linux/fb.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 
index 1f90825394575da09af05cfbfe7063784b9002a4..79c817752a3315a3eee6bd1548de92d1cd94bf9a 100644 (file)
@@ -22,7 +22,6 @@
  */
 #include <linux/module.h>
 #include <linux/slab.h>
-#include <linux/fb.h>
 
 #include "smu11_driver_if.h"
 #include "vega20_processpptables.h"
index 5ca3c422f7d4f09940b8c8c670a7497af8651c01..5c3f42d97f69465b5d649a114d958b5ec3a074f5 100644 (file)
@@ -22,7 +22,6 @@
  */
 #include <linux/module.h>
 #include <linux/slab.h>
-#include <linux/fb.h>
 #include "linux/delay.h"
 #include <linux/types.h>
 #include <linux/pci.h>