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 --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 */
dri-devel@lists.freedesktop.org