* [PATCH] microblaze: heartbeat: fix missing prom.h include
@ 2018-06-11 14:58 Rob Herring
2018-06-12 10:47 ` Michal Simek
0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2018-06-11 14:58 UTC (permalink / raw)
To: Michal Simek; +Cc: linux-kernel, kbuild test robot
Since commit 96f0e6fcc9ad ("microblaze: remove redundant early_printk
support") prom.h was removed and one instance in heartbeat.c remained.
Include of.h as it is the actual header needed.
Fixes: 96f0e6fcc9ad ("microblaze: remove redundant early_printk support")
Reported-by: kbuild test robot <lkp@intel.com>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Rob Herring <robh@kernel.org>
---
arch/microblaze/kernel/heartbeat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/microblaze/kernel/heartbeat.c b/arch/microblaze/kernel/heartbeat.c
index 2022130139d2..87aa942eee8c 100644
--- a/arch/microblaze/kernel/heartbeat.c
+++ b/arch/microblaze/kernel/heartbeat.c
@@ -11,10 +11,10 @@
#include <linux/sched.h>
#include <linux/sched/loadavg.h>
#include <linux/io.h>
+#include <linux/of.h>
#include <asm/setup.h>
#include <asm/page.h>
-#include <asm/prom.h>
static unsigned int base_addr;
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] microblaze: heartbeat: fix missing prom.h include
2018-06-11 14:58 [PATCH] microblaze: heartbeat: fix missing prom.h include Rob Herring
@ 2018-06-12 10:47 ` Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2018-06-12 10:47 UTC (permalink / raw)
To: Rob Herring; +Cc: linux-kernel, kbuild test robot
[-- Attachment #1.1: Type: text/plain, Size: 1410 bytes --]
On 11.6.2018 16:58, Rob Herring wrote:
> Since commit 96f0e6fcc9ad ("microblaze: remove redundant early_printk
> support") prom.h was removed and one instance in heartbeat.c remained.
> Include of.h as it is the actual header needed.
>
> Fixes: 96f0e6fcc9ad ("microblaze: remove redundant early_printk support")
> Reported-by: kbuild test robot <lkp@intel.com>
> Cc: Michal Simek <monstr@monstr.eu>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> arch/microblaze/kernel/heartbeat.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/microblaze/kernel/heartbeat.c b/arch/microblaze/kernel/heartbeat.c
> index 2022130139d2..87aa942eee8c 100644
> --- a/arch/microblaze/kernel/heartbeat.c
> +++ b/arch/microblaze/kernel/heartbeat.c
> @@ -11,10 +11,10 @@
> #include <linux/sched.h>
> #include <linux/sched/loadavg.h>
> #include <linux/io.h>
> +#include <linux/of.h>
>
> #include <asm/setup.h>
> #include <asm/page.h>
> -#include <asm/prom.h>
>
> static unsigned int base_addr;
>
>
Applied before heartbeat removal patch I sent yesterday.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-12 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-11 14:58 [PATCH] microblaze: heartbeat: fix missing prom.h include Rob Herring
2018-06-12 10:47 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox