* [PATCH] can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h
@ 2022-04-01 17:21 Christophe Leroy
2022-04-03 10:47 ` Marc Kleine-Budde
0 siblings, 1 reply; 2+ messages in thread
From: Christophe Leroy @ 2022-04-01 17:21 UTC (permalink / raw)
To: Wolfgang Grandegger, Marc Kleine-Budde, David S. Miller,
Jakub Kicinski, Paolo Abeni
Cc: Christophe Leroy, linux-kernel, netdev, linux-can
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/net/can/mscan/mpc5xxx_can.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/can/mscan/mpc5xxx_can.c b/drivers/net/can/mscan/mpc5xxx_can.c
index de4ddf79ba9b..65ba6697bd7d 100644
--- a/drivers/net/can/mscan/mpc5xxx_can.c
+++ b/drivers/net/can/mscan/mpc5xxx_can.c
@@ -14,6 +14,8 @@
#include <linux/platform_device.h>
#include <linux/netdevice.h>
#include <linux/can/dev.h>
+#include <linux/of_address.h>
+#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <sysdev/fsl_soc.h>
#include <linux/clk.h>
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h
2022-04-01 17:21 [PATCH] can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h Christophe Leroy
@ 2022-04-03 10:47 ` Marc Kleine-Budde
0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2022-04-03 10:47 UTC (permalink / raw)
To: Christophe Leroy
Cc: Wolfgang Grandegger, David S. Miller, Jakub Kicinski, Paolo Abeni,
linux-kernel, netdev, linux-can
[-- Attachment #1: Type: text/plain, Size: 602 bytes --]
On 01.04.2022 19:21:20, Christophe Leroy wrote:
> 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>
Added to linux-can-next/testing.
Thanks,
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung West/Dortmund | Phone: +49-231-2826-924 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-04 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 17:21 [PATCH] can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h Christophe Leroy
2022-04-03 10:47 ` Marc Kleine-Budde
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).