linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] char: agp: Prepare cleanup of powerpc's asm/prom.h
@ 2022-04-02 10:29 Christophe Leroy
  2022-04-02 10:29 ` [PATCH] char: tpm: " Christophe Leroy
  0 siblings, 1 reply; 4+ messages in thread
From: Christophe Leroy @ 2022-04-02 10:29 UTC (permalink / raw)
  To: David Airlie, Arnd Bergmann, Greg Kroah-Hartman
  Cc: linuxppc-dev, linux-kernel

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/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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-15  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-02 10:29 [PATCH] char: agp: Prepare cleanup of powerpc's asm/prom.h Christophe Leroy
2022-04-02 10:29 ` [PATCH] char: tpm: " Christophe Leroy
2022-04-03 10:23   ` Jarkko Sakkinen
2022-04-15  8:44     ` Christophe Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).