Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71ab9115 authored by Rob Herring's avatar Rob Herring Committed by Michal Simek
Browse files

microblaze: heartbeat: fix missing prom.h include



Since commit 96f0e6fc ("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: 96f0e6fc ("microblaze: remove redundant early_printk support")
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent f0dc7f9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;