summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/platinumfb.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-04-02 12:22:56 +0200
committerHelge Deller <deller@gmx.de>2022-04-04 08:55:23 +0200
commit2a8f0934e92242e90be6ef20c5f9f77eef1e333f (patch)
tree4e73b21faae568e16c48b5ccb9ed6cb96e981fa4 /drivers/video/fbdev/platinumfb.c
parent5c6d8b23cef8feb0039377e355f67aa7441c1115 (diff)
downloadlinux-stable-2a8f0934e92242e90be6ef20c5f9f77eef1e333f.tar.gz
linux-stable-2a8f0934e92242e90be6ef20c5f9f77eef1e333f.tar.bz2
linux-stable-2a8f0934e92242e90be6ef20c5f9f77eef1e333f.zip
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/platinumfb.c')
-rw-r--r--drivers/video/fbdev/platinumfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/platinumfb.c b/drivers/video/fbdev/platinumfb.c
index ce413a9df06e..5b9e26ea6449 100644
--- a/drivers/video/fbdev/platinumfb.c
+++ b/drivers/video/fbdev/platinumfb.c
@@ -30,9 +30,9 @@
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/nvram.h>
+#include <linux/of_address.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
-#include <asm/prom.h>
#include "macmodes.h"
#include "platinumfb.h"