diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-04-02 13:22:56 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-04-04 09:55:23 +0300 |
commit | 2a8f0934e92242e90be6ef20c5f9f77eef1e333f (patch) | |
tree | 4e73b21faae568e16c48b5ccb9ed6cb96e981fa4 /drivers/video/fbdev/controlfb.c | |
parent | 5c6d8b23cef8feb0039377e355f67aa7441c1115 (diff) | |
download | linux-2a8f0934e92242e90be6ef20c5f9f77eef1e333f.tar.xz |
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: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/fbdev/controlfb.c')
-rw-r--r-- | drivers/video/fbdev/controlfb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/fbdev/controlfb.c b/drivers/video/fbdev/controlfb.c index bd59e7b11ed5..aba46118b208 100644 --- a/drivers/video/fbdev/controlfb.c +++ b/drivers/video/fbdev/controlfb.c @@ -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 |