diff mbox series

drm/radeon/combios: Prepare cleanup of powerpc's asm/prom.h

Message ID bca57fb9ba7b09af31e1112ba37d00ced6dd11f2.1648833429.git.christophe.leroy@csgroup.eu (mailing list archive)
State New, archived
Headers show
Series drm/radeon/combios: Prepare cleanup of powerpc's asm/prom.h | expand

Commit Message

Christophe Leroy April 2, 2022, 10:02 a.m. UTC
powerpc's asm/prom.h brings some headers that it doesn't
need itself.

In order to clean it up, first add missing headers in
users of asm/prom.h

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
 drivers/gpu/drm/radeon/radeon_combios.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c
index 783a6b8802d5..76b7113f0f32 100644
--- a/drivers/gpu/drm/radeon/radeon_combios.c
+++ b/drivers/gpu/drm/radeon/radeon_combios.c
@@ -38,7 +38,6 @@ 
 /* not sure which of these are needed */
 #include <asm/machdep.h>
 #include <asm/pmac_feature.h>
-#include <asm/prom.h>
 #endif /* CONFIG_PPC_PMAC */
 
 /* old legacy ATI BIOS routines */