From: Christophe Leroy Date: Fri, 1 Apr 2022 17:21:20 +0000 (+0200) Subject: can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h X-Git-Tag: v6.1-rc5~1274^2~286^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb75e352d7ac35778fc555b02a69edcc03c36e74;p=platform%2Fkernel%2Flinux-starfive.git can: mscan: mpc5xxx_can: 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 Link: https://lore.kernel.org/all/878888f9057ad2f66ca0621a0007472bf57f3e3d.1648833432.git.christophe.leroy@csgroup.eu Signed-off-by: Christophe Leroy Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/mscan/mpc5xxx_can.c b/drivers/net/can/mscan/mpc5xxx_can.c index de4ddf7..65ba669 100644 --- a/drivers/net/can/mscan/mpc5xxx_can.c +++ b/drivers/net/can/mscan/mpc5xxx_can.c @@ -14,6 +14,8 @@ #include #include #include +#include +#include #include #include #include