[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <7a522d9029737d7a1fb513529659321ed62d50d9.1648895070.git.christophe.leroy@csgroup.eu>
Date: Sat, 2 Apr 2022 12:29:18 +0200
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: David Airlie <airlied@...ux.ie>, Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Christophe Leroy <christophe.leroy@...roup.eu>,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: [PATCH] char: agp: 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@...roup.eu>
---
drivers/char/agp/uninorth-agp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/char/agp/uninorth-agp.c b/drivers/char/agp/uninorth-agp.c
index 62de7f4ba864..8a6adfdddb89 100644
--- a/drivers/char/agp/uninorth-agp.c
+++ b/drivers/char/agp/uninorth-agp.c
@@ -11,7 +11,6 @@
#include <linux/delay.h>
#include <linux/vmalloc.h>
#include <asm/uninorth.h>
-#include <asm/prom.h>
#include <asm/pmac_feature.h>
#include "agp.h"
--
2.35.1
Powered by blists - more mailing lists