Commit 2a8f0934 authored by Christophe Leroy's avatar Christophe Leroy Committed by Helge Deller
Browse files

video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.h



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: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 5c6d8b23
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@
#ifdef CONFIG_PPC_PMAC
#include <asm/machdep.h>
#include <asm/pmac_feature.h>
#include <asm/prom.h>
#include "../macmodes.h"
#endif

+0 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@

#ifdef __powerpc__
#include <asm/machdep.h>
#include <asm/prom.h>
#include "../macmodes.h"
#endif
#ifdef __sparc__
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@

#ifdef CONFIG_PPC_PMAC
#include <asm/machdep.h>
#include <asm/prom.h>
#include <asm/pmac_feature.h>
#endif

+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

#include <asm/io.h>

#if defined(CONFIG_PPC) || defined(CONFIG_SPARC)
#ifdef CONFIG_SPARC
#include <asm/prom.h>
#endif

+0 −3
Original line number Diff line number Diff line
@@ -47,9 +47,6 @@
#include <linux/nvram.h>
#include <linux/adb.h>
#include <linux/cuda.h>
#ifdef CONFIG_PPC_PMAC
#include <asm/prom.h>
#endif
#ifdef CONFIG_BOOTX_TEXT
#include <asm/btext.h>
#endif
Loading