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

From: Christophe Leroy
Date: Sat Apr 02 2022 - 06:02:30 EST


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@xxxxxxxxxx>
---
drivers/gpu/drm/radeon/radeon_combios.c | 1 -
1 file changed, 1 deletion(-)

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 */
--
2.35.1